I have a Facebook app, and have asked for user_checkin permission when my users click on Facebook Connect button. All well so far.
When I get a new application access token, and try to issue an FQL in order to get the users checkins however, I get the error “A user access token is required to request this resource”.
What I am trying to achieve is fetch users checkins every few minutes, and from the coords information send them an email with nearby points of interest.
Any ideas?
“When I get a new application access token,”
For that action, you will need to use the user access token. You may also consider asking for offline_access permission too.