i get code this from facebook developers
$this->api('/ USER_ID /likes');
but how i get the list based on it' category using php-sdk. i have checked the Graph Api Explorer but the modifiers only limit,offset,target_id
|
i get code this from facebook developers
but how i get the list based on it' category using php-sdk. i have checked the Graph Api Explorer but the modifiers only |
||||
|
|
|
I don't think it's possible with the graph api. But you could easily create you own array
Given that $results is your json response |
||||
|
|