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

Unable to get checkins #23

Closed
ygoldshtrakh opened this issue Dec 16, 2010 · 6 comments
Closed

Unable to get checkins #23

ygoldshtrakh opened this issue Dec 16, 2010 · 6 comments

Comments

@ygoldshtrakh
Copy link

trying to get checkins with with get_connections("me","checkins"), which should be the same as likes results in invalid token error

@arsduo
Copy link
Owner

arsduo commented Dec 16, 2010

Hi,

I'm able to get checkins:

@graph.get_connections("me", "checkins").length
=> 8

Just to be sure, have you confirmed that your token has the user_checkins permission? You can use http://oauth.twoalex.com to generate permissions for a sample app if you want to be sure.

Best,

Alex

@ygoldshtrakh
Copy link
Author

yes the user has permissions, which version of the gem are you using? i'm on the version koala (0.10.0)

@arsduo
Copy link
Owner

arsduo commented Dec 16, 2010

I'm also on 0.10. It sounds like a Facebook bug, not a Koala issue -- we don't do any token validation ourselves. If you try a different user with a fresh token, does it work, by any chance?

@arsduo
Copy link
Owner

arsduo commented Jan 17, 2011

Were you able to reproduce it / are you still having the problem? If not, I'll close the issue. Thanks!

@ygoldshtrakh
Copy link
Author

it seems to be a problem with fb itself. Thanx for your help

@arsduo
Copy link
Owner

arsduo commented Jan 18, 2011

YW, let us know if we can help with anything else.

This issue was closed.
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