Quantcast
Channel: How would you perform `debug_token` call using facebook php sdk? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Tim for How would you perform `debug_token` call using facebook php...

The PHP SDK has the getOAuth2Client() client method, that returns a \Facebook\Authentication\OAuth2Client instance.This has the debugToken($accessToken) method, that returns a...

View Article



Answer by CBroe for How would you perform `debug_token` call using facebook...

OK, so if one needs an app access token, app_id|app_secret (both values concatenated with a pipe symbol in the middle) always works.The method getApplicationAccessToken seems to have been protected in...

View Article

How would you perform `debug_token` call using facebook php sdk?

According to the documentation the endpoint looks likeGET /debug_token? input_token={input-token}& access_token={access-token}whereinput_token: the access token you want to get information...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images