Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's good practice to try getting it to work in the <a href="http://developers.facebook.com/tools/explorer" rel="nofollow">graph explorer</a> first. Note that on the top right you can select which application to run under. I just made a post to your page using /PAGE_ID/feed and it worked fine. You'll need the publish_stream permission. If you can get it to work in the graph explorer you'll know it's possible to get it to work in the JS SDK and you've just made some sort of syntax error.</p> <p>Also note there is an <a href="http://developers.facebook.com/bugs/160155304123891?browse=search_5068c0031d0087976417345" rel="nofollow">open high priority bug report</a> on some calls to the graph returning "unsupported get request". So even though the id you are getting back is invalid, check the page itself to see if the posts are appearing.</p> <p>I also noticed that the user itself is getting the same error. Try <a href="https://graph.facebook.com/507724422573438" rel="nofollow">https://graph.facebook.com/507724422573438</a>. Is this a test user for your app? Might be worth trying this as a real user if so.</p> <p>Since you want to post to the page as the page itself, you'll need to <a href="http://developers.facebook.com/docs/authentication/pages/" rel="nofollow">authenticate as a page</a> and then use that access token when making graph api calls. I am not sure if you'll be able to then use this access token for <em>any</em> user, or only users that are allowed to manage the page. It would be best for you to use the graph explorer to do some experiments to find out.</p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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