6

此页面未说明我们必须使用哪些客户端凭据。

https://developers.facebook.com/docs/authentication/applications/

https://graph.facebook.com/oauth/access_token?
    client_id=YOUR_APP_ID
   &client_secret=YOUR_APP_SECRET
   &grant_type=client_credentials

有什么线索吗?

这也有意义https://developers.facebook.com/docs/authentication/permissions/吗?

谢谢!

4

1 回答 1

16
grant_type=client_credentials

is just a hardcoded string you should use in your request. You only need to insert your app's id/secret into that string.

于 2012-05-18T19:01:27.330 回答