Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Page RSS Feed deprecated #687

Closed
mcnesium opened this issue Jul 16, 2015 · 2 comments
Closed

Facebook Page RSS Feed deprecated #687

mcnesium opened this issue Jul 16, 2015 · 2 comments
Labels
Milestone

Comments

@mcnesium
Copy link
Contributor

https://developers.facebook.com/docs/apps/changelog#v2_3

Page RSS Feed endpoint - at https://www.facebook.com/feeds/page.php is now deprecated and will stop returning data from June 23, 2015. Developers should call the Graph API's /v2.3/{page_id}/feed endpoint instead. This returns JSON rather than RSS/XML.
This means that we are no longer able to have Facebook in selfoss, right?

@auzias
Copy link

auzias commented Aug 4, 2015

Yes, it is. I had this problem, I don't have fb but follow(ed) public fan page. Now We just can't, unless our RSS-feed parse JSON too.

Maybe a new feature to implement ?

@mcnesium
Copy link
Contributor Author

mcnesium commented Aug 4, 2015

Maybe its time to go to the barricades for us to make everyone go back to their own websites

@jtojnar jtojnar added the spouts label Feb 5, 2017
@jtojnar jtojnar added this to the 2.18 milestone Feb 28, 2017
jtojnar added a commit that referenced this issue Jun 2, 2017
In 2015, Facebook removed its feed support. Unfortunately,
it is no longer possible to access the site content
programmatically without registering an app.

This patch switches to the new API and adds fields for entering
the credentials.

Closes: #687
jtojnar added a commit that referenced this issue Jun 2, 2017
In 2015, Facebook removed its feed support. Unfortunately,
it is no longer possible to access the site content
programmatically without registering an app.

This patch switches to the new API and adds fields for entering
the app credentials.

Closes: #687
jtojnar added a commit that referenced this issue Jun 2, 2017
In 2015, Facebook removed its feed support. Unfortunately,
it is no longer possible to access the site content
programmatically without registering an app.

This patch switches to the new API and adds fields for entering
the app credentials.

Closes: #687
jtojnar added a commit that referenced this issue Jun 9, 2017
In 2015, Facebook removed its feed support. Unfortunately,
it is no longer possible to access the site content
programmatically without registering an app.

This patch switches to the new API and adds fields for entering
the app credentials.

Closes: #687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants