https://graph.facebook.com/me?access_token=......."
result
string(126) "{"error":{"message":"API calls from the server require an appsecret_proof argument","type":"GraphMethodException","code":100}}
when getting data from a user via facebook it says require an appsecret_proof argument? where do I get it from?
go to the app settings
and turn off the requirement for
appsecret_proof argument App Dashboard > Setting > Advanced > Security.
the option
Require AppSecret Proof for Server API calls:
there's also something more on this topic here http://facebook-docs.oklahome.net/archives/52097348.html
Comments