Page 1 of 1
public Facebook page as a rss feed??
Posted: Tue Feb 04, 2014 12:49 am
by Catalyst Creations
instead of using facebook api plugin, can I not use the rss feed on my public facebook page and use that on my app? I tried (using rss feed tutorial) but it displays nothing. Can this be done? I dont wont people to have to login. All i need is be able to see the face books status through rss feed on my app page??
public Facebook page as a rss feed??
Posted: Tue Feb 04, 2014 1:02 am
by maxkatz
Sure, you can do that. What exactly didn't work when you were using the public RSS feed? You most likely need to use the Appery.io proxy when using an RSS feed.
public Facebook page as a rss feed??
Posted: Tue Feb 04, 2014 1:35 am
by Catalyst Creations
Hey max,
yeah noticed new proxy id... managed to get it to work.. But is there any way to only display the top 3 posts rather than all of them?
public Facebook page as a rss feed??
Posted: Tue Feb 04, 2014 5:54 pm
by Maryna Brodina
Hello! "is there any way to only display the top 3 posts" - you get entire page if it's public. You can filter retrieved data in app and show as many posts as you need. You can use server code for this purpose to reduce the application traffic.