https://graph.facebook.com/<ユーザID>?fields=installed&access_token=<アクセストークン>
インストールされているとinstalledにtrue,されていないとfalseが返却される。
戻り結果
{
"installed": true,
"id": "<ユーザID>",
"type": "user"
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
https://graph.facebook.com/<ユーザID>?fields=installed&access_token=<アクセストークン>
インストールされているとinstalledにtrue,されていないとfalseが返却される。
{
"installed": true,
"id": "<ユーザID>",
"type": "user"
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked