Das Graph API von Facebook's Startseite:
Anfrage:
https://graph.facebook.com/me/home?access_token=.....
JSON-Antwort:
{
"data":[
{
"type":"status",
"id":"100003063094116_114168602028576",
"created_time":"2011-11-07T16:28:44+0000"
},
{
"type":"link",
"id":"100003063094116_114172085361561",
"created_time":"2011-11-07T16:27:44+0000"
}
],
"paging":{
"previous":"https://graph.facebook.com/me/home?fields=type&limit=2&access_token=....&since=1320683324",
"next":"https://graph.facebook.com/me/home?fields=type&limit=2&access_token=....&until=1320683263"
}
}
Wie kann ich den Newsfeed nach "type"="status"
filtern?