This question may sound weird, but it’s first time I do it and cannot find the answer to this. So why if some fields are marked as requiring no access token, I still get "An active access token must be used to query information about the current user." exception when I ask for them through PHP SDK from my App?
This question may sound weird, but it’s first time I do it and cannot
Share
You can’t know who the current user is if they haven’t approved your app. So without an access_token you can call for example
graph.facebook.com/4and get Zuckerberg’s info, but you can’t get callgraph.facebook.com/me, because that’s the whole point of getting permissions from users.