...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "apiUrl":"https://graph.facebook.com", "apiVersion":"v2.4", "accessToken":"CAAD8biEgxBIBAOt0XA4FdFFQXg8hzVtYHdrDpeeRa1nHmCylWoOiFmZAWmDYMXnZCZC2akkuIsIM2tEXZBZC1JbhFFZAqRZBRKKvTZCfnhSpojHW0BG3nVKBOGYJCKEcNT7T6onY2poZBrZBZB0FtgZB89ZCSr2THH48eZC5xcNcTjU0QxKZAjJj8cQjebmzm8883RhbErPEF5OcLUpdwZDZD", "resourceId":"1402049403394184" } |
Anchor |
---|
...
|
...
|
This method allows you to get likes for an object such as video, posts, status, note, photo, album and comment.
Code Block | ||||
---|---|---|---|---|
| ||||
<facebook.getLikes> <resourceId>{$ctx:resourceId}</resourceId> <summary>{$ctx:summary}</summary> </facebook.getLikes> |
Properties
resourceId
:This
is
the
ID
of
the
resource.resource.
fields: Fields to retrieve(total count).
summary
: Set true, to retrieve total count.
Anchorrequest request
Sample request
request | |
request |
...