赤坂のシステム開発会社「プラムザ」で働くSEかもしれない人のお仕事関連の話に漫画の紹介を混ぜ込んだりするブログ
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
元々は、ハッキングし得た女子学生の身分証明写真をインターネット上に公開し、公開した女子学生の顔を比べて勝ち抜き投票させる「フェイスマッシュ」というゲームを考案したことが名前の由来。
①開発者プロフィール&アプリ登録これで大体なんとかなります。なんなかったらすまぬ。
以下が取れます。
・Client ID
・Client Secret
②アクセストークン取得
https://graph.facebook.com/oauth/access_token?client_id={①のClientID}&client_secret={①のClientSecret}&grant_type=client_credentials
www.facebook.com/"PAGE_ID"ここでClientIDを指定したりとかで躓く人は多いみたい。
まあ要はThe feed of posts (including status updates) and links published by this person, or by others on this person's profile. There are other edges which provide filtered versions of this edge:
/{user-id}/posts
shows only the posts that were published by this person.