SO. I ran into a problem, and finding time on the Internet via the Internet did not help many, I thought that it was always a good option. I have a facebook call to GraphAPI to force facebook users to log in as shown below:
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));
Above, help me return some of the last messages that the user posted after some time 21 or 22 messages, but not a complete list of user messages. I was looking for a way to iterate through a user feed through facebook pagination. In the end, I found this solution that works by facebook page.
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), new {limit = "1000", offset = "21" });
, , , , .
? , .
P.S: Facebook # SDK.
Update1:
. , facebook . , # facebook sdk Next Edges, , ?
PS: API facebook, , , , , , - , facebook # SDK, Facebook # SDK .