Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Access Token for Pages
    text
    copied!<p>I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also get the events... and they aren't public and need the access_token.</p> <p>I don't want the user to login in Facebook or anything like that. I just want to push all the data I can from this only page. That's why I already discarded many examples I found here and the one at <a href="https://developers.facebook.com/blog/post/500/">https://developers.facebook.com/blog/post/500/</a> , because they want the user to login or require some user action I'm not interessed.</p> <p>What I want is that my Facebook Application have full authorization and access_token to push the data from this one Facebook Page that I own (admin). Is this possible? I already tried many things but nothing seems to work.</p> <p>I tried clicking at this: <a href="https://www.facebook.com/dialog/oauth?client_id=150635421702954&amp;redirect_uri=http://MY_URL/&amp;scope=manage_pages&amp;response_type=token&amp;fields=access_token">https://www.facebook.com/dialog/oauth?client_id=150635421702954&amp;redirect_uri=http://MY_URL/&amp;scope=manage_pages&amp;response_type=token&amp;fields=access_token</a> - changing MY_URL to my site's and it requests authorization to edit every page I own. Even not being what I want I clicked but had no access_token in return...</p> <p>Could someone please help me?</p> <p>Greatly appreciated, thank you :)</p>
 

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