LoginSignup
1
2

More than 5 years have passed since last update.

Facebookアプリのapp_access_tokenの生成手順

Last updated at Posted at 2018-09-18

以下の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が入ってる。

1
2
1

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
  3. You can use dark theme
What you can do with signing up
1
2