Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook API: replacement for /me/home to get user's news feed?

I run a small Facebook app that uses its users' news feed via the /me/home API endpoint and the read_stream permission. (Facebook doesn't actually grant read_stream to plain old normal apps, so my users create their own FB app and use its key/secret, which works.)

Sadly, Facebook is turning off the /me/home endpoint altogether in two months, on Oct. 6. I get their intent, but I'm hoping there's some way to keep my app running. Is there any other way to get a user's news feed, ie posts from their friends and people they follow?

Just public posts is fine; that's all /me/home has returned for the last year and change anyway, since the v2.0 upgrade. I'm even OK with scraping HTML, as long as it's accessible an access token instead of a session cookie. (Seems unlikely.)

Thanks in advance!

like image 481
ryan Avatar asked Aug 04 '15 06:08

ryan


People also ask

How do I get Facebook posts on API?

Use the /me/posts endpoint with the user_posts permission: We have a new permission user_posts that allows an app to access the posts on a person's Timeline. This includes the someone's own posts, posts they are tagged in and posts other people make on their Timeline.

Can I use Facebook API for free?

The Graph API is free to use, for all applicable use cases. Rate Limiting applies though, > developers.facebook.com/docs/graph-api/advanced/rate-limiting There is no way to “pay” or > otherwise get those limits raised for normal 3rd party apps.

Does Facebook have a public API?

With the Facebook API, you can access and read public data for Facebook Pages that you are not the admin of. This data, including business metadata, public comments, and posts, can be used for competitive analysis and benchmarking.


1 Answers

As commenters said, facebook is turning it off for good because they want to use the me/feed. Thats because of the privacy discussions facebook has right now, the me/home did just reveal too much information about others. I don't know where it was but I heard of a lawsuit regarding this API endpoint.

like image 163
innuendomaximus Avatar answered Nov 16 '22 02:11

innuendomaximus