I have a Facebook page, which is also a place in FB, so users can register in this place (for example, from the iPhone). Now I want all registered users from my page. But I always get an empty array, even if multiple users are registered. I use the following URI from the Graph-API:
https://graph.facebook.com/PAGE_ID/checkins?access_token=ACCESS_TOKEN
For the access token, I created an FB application and assigned permissions to manage_pages, offline_access, user_checkins, and friends_checkins.
What am I missing?
facebook facebook-graph-api
Lars
source share