Это прекрасно работает для меня, используя pinterest в качестве примера:
Запрос friends_actions:pinterestapp
разрешения в диалоге аутентификации и убедитесь, что оно было предоставлено с вызовом /me/permissions
:
{
"data": [
{
"installed": 1,
"read_stream": 1,
//Snipped a bunch of irrelevant actions
"user_actions:pinterestapp": 1,
"friends_actions:pinterestapp": 1,
}
]
}
Звоните /[friend who uses pinterest's ID]/pinterestapp:pin
Формат ответа:
{
"data": [
{
"id": "10100800772217878",
"from": {
"id": "REMOVED ID",
"name": "REMOVED NAME"
},
"start_time": "2012-06-13T11:08:37+0000",
"end_time": "2012-06-13T11:08:37+0000",
"publish_time": "2012-06-13T11:08:37+0000",
"application": {
"id": "274266067164",
"name": "Pinterest "
},
"data": {
"pin": {
"id": "10150834999992132",
"url": "http://pinterest.com/pin/REMOVED_ID/?timeline=1",
"type": "pinterestapp:pin",
"title": "Runway"
}
},
"likes": {
"count": 0
},
"comments": {
"count": 0
}
},
//SNIP
Для нескольких друзей вы можете позвонить /pinterestapp:pin?ids=<CSV LIST OF USER IDS OF FRIENDS>