LoginSignup
2

More than 3 years have passed since last update.

posted at

updated at

Organization

Facebookアプリのapp_access_tokenの生成手順

以下のGraph API呼び出しを行う。

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

{app-id}:アプリID(Facebook for developersで確認)
{app-secret}:Facebookアプリのapp secretの確認方法 - Qiita

responseにaccess_tokenが入ってる。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
2