Im currently building a website that will display status messages of some public pages/accounts. I am using graph api to display status messages on the website. I would like to be able to display these for more than one page/account. e.g. display Nike and Adidas status updates in one call. I hope this makes sense.
I am coding in C# using visual studio 2012, this is an MVC4 website.
Thanks in advance
Avuya MxoliPosted Dec 18, 2013, 5:13 AM
Jaganathan BantheswaranPosted Dec 18, 2013, 5:11 AM
Try with Batch method as shown in this link
Avuya MxoliPosted Dec 18, 2013, 4:48 AM
Jaganathan BantheswaranPosted Dec 18, 2013, 4:38 AM
Avuya MxoliPosted Dec 18, 2013, 4:14 AM
Avuya MxoliPosted Dec 18, 2013, 1:56 AM
Jaganathan BantheswaranPosted Dec 18, 2013, 1:37 AM
I dont know which FB SDK you are using. If it is FacebookWebClient or FacebookClient,
FacebookWebClient fb = new FacebookWebClient()
var result = fb.Query(query1, query2,.....);
from result you can loop through & get the result from each page.
For query details read FB Developer page