- A call
graph.facebook.com/mewill only return results if you have a valid authentication token. Without an access token, you are also not logged in. - Either the request
offline_access, or simply not use the new login mechanism, but the login dialog. A dialog box will move your application and ask only once about privileges.
I am currently on an iPhone, so I canβt provide the code, but look for the FBDialog methods in the SDK.
source
share