Connect Facebook
PageまたはUserのアクセストークンからFacebook接続を開きます。Graph APIに対してトークンを検証します。適切なスコープでGraph API Explorer / 自分のアプリからPageトークンを取得。
ソーシャルメディアFacebookConnect
概要
PageまたはUserのアクセストークンからFacebook接続を開きます。Graph APIに対してトークンを検証します。適切なスコープでGraph API Explorer / 自分のアプリからPageトークンを取得。
Open a Facebook connection from a Page or User access token. Validates the token against the Graph API. Get a Page token from the Graph API Explorer / your app with the right scopes.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | Name of the connection created by 'Connect Facebook'. | |
| Access token | string | 必須 | Page or User access token (long-lived recommended). 変数に対応 | |
| Default Page id (optional) | string | 任意 | Used as the default target for uploads/comments. Blank = 'me' (the token owner). 変数に対応 | |
| Graph API version | string | 任意 | v21.0 | 例: v21.0 |