-
Notifications
You must be signed in to change notification settings - Fork 74
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
isOnline doesn't work #243
Comments
Are you friend with the profile you are checking against? As far as I know, isOnline requires the profile you are logged in with to be friend with the profile you are checking. Otherwise it will always return false, since your user isn't allowed to see online status of other profiles. |
Yeah, I'm checking the profile of mine friend. |
Yeah, but are you logged in with your account that have your friend on it's friends list? hasPlus doesn't require you to be friend with each other. It will work regardless of account logged in. |
yes, he is on my friend list, and I am on his friend list. |
Then I don't know. Maybe someone else can chip in. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm not 100% sure, but it looks like isOnline method doesn't work. It's always return false
hasPlus method seems to work fine.
Thank you!
The text was updated successfully, but these errors were encountered: