Quantcast
Channel: Facebook page feed without user login - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by andyrandy for Facebook page feed without user login

For getting the feed of a Facebook Page, you can even use the most basic Access Token, the App Access Token, without User Login/Authorization.String appAccessToken = APP-ID +'|'+ APP_SECRET;Read more...

View Article



Answer by Craig Walls for Facebook page feed without user login

In addition to OAuth 2 authorization code grant (the full user-authorized token flow), Spring Social's OAuth2Template also supports password grant and client credentials grant. Password grant would...

View Article

Answer by Björn Kaiser for Facebook page feed without user login

The documentation [1] is pretty clear in that case. You need an access_token. Requiring an access_token does not imply that it is only used for posting content. It is a requirement from Facebook and...

View Article

Facebook page feed without user login

Maybe you can help me out with something. I want to fetch all publicly available posts on a Facebook page using Spring Social.I don't need OAuth authentication with a certain user or something since I...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images