iphone - Get Facebook friends attending an event? -


how able see of friends attend facebook event? i'm able list of attendees using facebook sdk, withgraphpath:@"eventid/attending/".

is want possible using graph api? read answers on how achieve fql don't know how implement in ios. option came getting friends , attendees , cross-referencing them against each other, inconvenient.

so, how facebook friends attending event?

this tutorial provided facebook

you can check if specific user responded 'yes' event issuing http /event_id/attending/user_id. these operations require user_events or friends_events permissions non-public events , return array of objects name, id, , rsvp_status fields. when checking single user, empty data returned if user did not respond 'yes' event.

you can check checking event category in link:

http://developers.facebook.com/docs/reference/api/event/

use /event_id/attending/user_id see friend attending event


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -