开发者

"default" access_token used by PHP SDK

开发者 https://www.devze.com 2023-03-20 07:40 出处:网络
When there is no active user session Facebook PHP SDK uses appid|appsecret string as access_token Is this exact special kind of token described somewhere in开发者_JS百科 documentation?A token that co

When there is no active user session Facebook PHP SDK uses appid|appsecret string as access_token

Is this exact special kind of token described somewhere in开发者_JS百科 documentation?


A token that contains appId|appSecret is the Application Access token.


I know this question is specifically about the PHP SDK, but is there an equivalent for the JS SDK? I wondering how I could seamlessly integrate the fallback to Application Token when there is no logged in Facebook user with the JS SDK.

0

精彩评论

暂无评论...
验证码 换一张
取 消