skip to Main Content

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it? – Facebook api

I have a facebook Graph API call to get a facebook users feed: dynamic myFeed = await fb.GetTaskAsync( ("me/feed?fields=id,from {{id, name, picture{{url}} }},story,picture,link,name,description," + "message,type,created_time,likes,comments") .GraphAPICall(appsecret_proof)); The above returns a number of the latest user posts in a while say…

VIEW QUESTION
Back To Top
Search