Note that there are some explanatory texts on larger screens.

plurals
  1. POiOS Facebook Access Token To Get User Wall Feed (status)
    primarykey
    data
    text
    <p>[DISCLAIMER : None of the access token or ID below here are real]</p> <p>I've done research for three solid days and no result on how to get user wall feed(post).</p> <p>I have used </p> <pre><code>https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&amp;client_secret=YOUR_APP_SECRET&amp;grant_type=client_credentials </code></pre> <p>and get the access token which is something like this</p> <blockquote> <p>access_token=454345994651138|bAMGfuW-ueNXGCahley7ga125HN</p> </blockquote> <p>and then</p> <pre><code>https://graph.facebook.com/100005939123542/feed?access_token=454345994651138|bAMGfuW-ueNXGCahley7ga125HN </code></pre> <p>It gives me general information such as user's likes, name, id, current city... but <strong>NOT</strong> user's wall posts.</p> <p>I've learned that there are three types of access token, which is <strong>App Token</strong>, <strong>User Token</strong>, and <strong>Page Token</strong>. In order to get user/feed by using graphAPI, I need to request to get User Token, but there's <strong>NO</strong> information in the lousy Facebook Doc! (Which frustrated me the most!)</p> <p>In order to generate the user access token, we need to set some permission, generate the access token, and GET the user's wall feed, which is in JSON format. <img src="https://i.stack.imgur.com/RdYTD.png" alt="enter image description here"></p> <p><strong>My question is : How do I get the User Access Token in order to get user wall post in iOS Xcode?</strong></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload