Блог пользователя ManikantanV

Автор ManikantanV, история, 8 лет назад, По-английски

Is there a way to check list of users who have added me as friend in Codeforces?

  • Проголосовать: нравится
  • +25
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

No there is no such way to look for users who have added you as their friend but I hope this feature soon gets established on Codeforces!!

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

What good would it be? Will you get a sense of worth that people are following you?

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Good job digging this post from the grave. If I'm not wrong, the intention was to identify anyone I might know who were following me and follow them in return

»
2 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

https://codeforces.com/apiHelp/methods#user.friends I think using this API, you can view your friends list. But it says it requires authorization. I'm not even sure whether it is possible or not. If it is possible, someone please tell how to do it!!

  • »
    »
    9 месяцев назад, # ^ |
      Проголосовать: нравится +10 Проголосовать: не нравится

    Well, I read the docs and tried the api method myself. Conclusion? It only returns the list of the users YOU have added as a friend. NOT THE USERS WHO ADDED YOU. Also, it needs authentication so you cannot check whether a person has added you or not either. In other words, it is useless in this usecase. And sorry that I downvoted you for making my hopes high.