Facebook Oauth Access Token Different when using Graph API Explorer
问题 (Disclaimer: The access_tokens and appIds in this post are fake and are just intended to look real) I'm trying to generate an access_token using the call to the following: https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=123456789000000&client_secret=03252f2ff1eddffe234a0dc7256abb8c That gives me an access_token in this format: access_token=123456789000000|TR528Smvi4AXMM21Zhmi5XmJwmk If I try to access a fan page that's protected with that token like this