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

リクエストで使用する必要があるハードコードされた文字列です。その文字列にアプリのID/シークレットを挿入するだけで済みます。

于 2012-05-18T19:01:27.330 に答える