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

getFollowRequest isn't working more #4

Closed
rafhaelrc opened this issue Feb 3, 2022 · 4 comments
Closed

getFollowRequest isn't working more #4

rafhaelrc opened this issue Feb 3, 2022 · 4 comments

Comments

@rafhaelrc
Copy link

The method getFollowRequests isn't working. I tried to use it and the return always is 0.
I verified in my personal account by instagram and i have some requests that the users haven't accept yet.

How i can solve it?

Thanks

@ErrorxCode
Copy link
Owner

ErrorxCode commented Feb 3, 2022 via email

@rafhaelrc
Copy link
Author

I'm talking about it : https://errorxcode.github.io/docs/easyinsta/com/xcoder/easyinsta/Instagram.html#getFollowRequests(com.xcoder.easyinsta.OnCompleteCallback)

This method should return a list that contains the names of the users that my account asked to follow and it didn't accept. Shouldn't it?

@rafhaelrc
Copy link
Author

When i use this method, always the result is zero. The list always returns empty.

@ErrorxCode
Copy link
Owner

This method should return a list that contains the names of the users that my account asked to follow and it didn't accept. Shouldn't it?

No. This method does not return the name of users "that your account has asked to follow", Instead, it returns the list of pending follow requests that other has asked you to follow.

It is clearly stated in the docs:

Gets the pending follow requests. Empty list if none found but Never null.

These requests are those requests which are sent when we follow a private account. So here, it is returning an empty list because there are no follow requests on your account.

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

2 participants