Instagram Graph API 手動トークン取得ヘルプツール

ご自身でデータを貼り付け、送信ボタンを押してください。
Instagram Graph API のレスポンスを確認できるため、詳細なエラーに対応できます。
JSONを見やすくするために、Firefox Developer Edition をインストールするか、Chrome拡張機能 JsonVue を導入することをお勧めします。

自動取得ツールへ

1. アクセストークン 2 の取得

https://developers.facebook.com で取得した情報をもとに、以下のフォームに入力してください。

“access_token”: “xxxx” の部分をコピーしてください。これが アクセス トークン 2 です。

{
    access_token: "This is Access Token2",
    token_type: "bearer"
}

2. Instagram管理IDの取得

アクセス トークン 2 を使用して、Instagram管理ID を取得します。

{
    name: "XXXXXXXX",
    id: "This is Management ID"
}

3. アクセストークン 3 の取得

アクセス トークン 2Instagram管理ID を使用して、アクセス トークン 3InstagramページID を取得します。

アクセス トークン 3InstagramページID をコピーしてください。
以下はレスポンスのサンプルです。

{
    access_token: "This is Access Token3",
    category: "XXXXXXX",
    category_list: [
        {
            id: "XXXXXXX",
            name: "XXXXXXX"
        }
    ],
    name: "XXXXXXX",
    id: "This is Instagram Page ID",
},

4. InstagramビジネスアカウントIDの取得

“instagram_business_account”: “xxxx” の部分をコピーしてください。これが Instagram ビジネス アカウント ID です。

{
    instagram_business_account: {
        id: "This is Instagram Business Account"
    },
    id: "XXXXXXXXX"
}

アクセス トークン 3Instagram ビジネス アカウント ID を使用して、ホームページにInstagramの投稿を埋め込むことができます。

Made with by Sho Tsukamoto
Switch to English