Ask HN: Facebook Graph API – No more public access? 4 points by _karthikj 11y ago ↗ HN Looks like facebook closed the public access to their graph api. It requires access_token to work now. Any news or information on this?
[–] lnanek2 11y ago ↗ You can see in the docs a lot things like this: > An app or user access token is needed to view fields from fully public pages.So apparently there is such a thing as an app access token. I've never not had a logged in user access token for any of my apps anyway, though. It seems easy to get: https://developers.facebook.com/docs/facebook-login/access-t... [–] drunkcatsdgaf 11y ago ↗ Yes, but it wasn't always the case for public information.for example, you were able to view zuckerberg's basic details by visiting graph.facebook.com/4, which isn't the case anymore. [–] _karthikj 11y ago ↗ Exactly! [–] _karthikj 11y ago ↗ Yeah, but you didnt need one to read public information until this morning. Mostly from business pages. Even now, you can use any valid access token to read this public data and you dont have to get the page/profile to authorize it. [–] anthony_franco 11y ago ↗ The vast majority of APIs require an access token, anyway. Not surprised that Facebook followed suit. [–] [deleted] 11y ago ↗ (comment deleted)
[–] drunkcatsdgaf 11y ago ↗ Yes, but it wasn't always the case for public information.for example, you were able to view zuckerberg's basic details by visiting graph.facebook.com/4, which isn't the case anymore. [–] _karthikj 11y ago ↗ Exactly!
[–] _karthikj 11y ago ↗ Yeah, but you didnt need one to read public information until this morning. Mostly from business pages. Even now, you can use any valid access token to read this public data and you dont have to get the page/profile to authorize it. [–] anthony_franco 11y ago ↗ The vast majority of APIs require an access token, anyway. Not surprised that Facebook followed suit.
[–] anthony_franco 11y ago ↗ The vast majority of APIs require an access token, anyway. Not surprised that Facebook followed suit.
6 comments
[ 5.9 ms ] story [ 21.0 ms ] threadSo apparently there is such a thing as an app access token. I've never not had a logged in user access token for any of my apps anyway, though. It seems easy to get: https://developers.facebook.com/docs/facebook-login/access-t...
for example, you were able to view zuckerberg's basic details by visiting graph.facebook.com/4, which isn't the case anymore.