如何使用app_id和app_secret计算facebook access_token

时间:2017-02-26 19:57:50

标签: php facebook access-token

我想知道如何让函数计算 PHP 中的access_token,为他们提供app_idapp_secret

有没有办法或我必须在外部计算并将其作为值过去?

1 个答案:

答案 0 :(得分:0)

此处来自Facebook Documentation

  

要生成应用访问令牌,您需要进行图谱API调用:

GET /oauth/access_token
?client_id={app-id}
&client_secret={app-secret}
&grant_type=client_credentials