标签: php facebook access-token
我想知道如何让函数计算 PHP 中的access_token,为他们提供app_id和app_secret。
access_token
app_id
app_secret
有没有办法或我必须在外部计算并将其作为值过去?
答案 0 :(得分:0)
此处来自Facebook Documentation:
要生成应用访问令牌,您需要进行图谱API调用:
GET /oauth/access_token ?client_id={app-id} &client_secret={app-secret} &grant_type=client_credentials