I'm looking to get my friends events with the Graph API and PHP?
I'm getting my events using this:
$facebook->api('/me/events');
Is there a similar way?
Also does anyone know of a reference for this?
|
I'm looking to get my friends events with the Graph API and PHP? I'm getting my events using this: $facebook->api('/me/events'); Is there a similar way? Also does anyone know of a reference for this? |
||||
|
|
|
You need the Once your application got this permission then you can the query the same as you did for your events with the graph api... If your friend's facebook id is |
|||||
|