I need to get my fan page data i.e number of likes, recent liked users; to my android application.
With out log in to facebook the application user should be abel to use the app.
I tried Facebook SDK for Android, but didn't find a way to access page data. It seems that a user should be logged in to facebook in order to get data.
When I check on this, the number of likes can be accessed. But how to do this for a given page without asking the user to log in?
any idea on this? Thank you in advance.