$( document ).ready(function() { $('#feed').FeedEk({ FeedUrl:'facebook.com/feeds/page.php?id=12345678&format=atom10'; }); });
Asked
Active
Viewed 870 times
-1
-
Can we have some more codes ? What've you tried so far ? – Hearner Aug 10 '15 at 09:14
-
i tried a link with an fb page.. it works.. it doesnt work with public profile – Hikigaya Em Aug 10 '15 at 10:13
-
@HikigayaEm put your code in the comment into the question :-) – quarks Aug 11 '15 at 03:47
1 Answers
0
The Page RSS Feed has been deprecated (announced here) and should not return any data since June 23rd 2015. Use the Graph API endpoint /page-id/feed
instead

Björn Kaiser
- 9,882
- 4
- 37
- 57