Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add users that are not blocked or deactivated (Cannot add this user to friends as user not found error) #9

Open
Konard opened this issue Dec 18, 2021 · 1 comment

Comments

@Konard
Copy link
Owner

Konard commented Dec 18, 2021

At the moment, it is possible to get this error:

{
  "response": [
    690564534,
    388999915,
    693896214,
    69568041
  ],
  "execute_errors": [
    {
      "method": "friends.add",
      "error_code": 177,
      "error_msg": "Cannot add this user to friends as user not found"
    }
  ]
}

API.friends.add({ user_id: requests[i] });

@Konard Konard changed the title Add only users that are not blocked or deactivated Add users that are not blocked or deactivated Dec 18, 2021
@Konard Konard changed the title Add users that are not blocked or deactivated Add users that are not blocked or deactivated (Cannot add this user to friends as user not found error) Mar 5, 2022
@Konard
Copy link
Owner Author

Konard commented Mar 14, 2022

An even better idea is to keep these friends as followers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant