ios - How do I select friend ids using the facebook api? -
whenever call fb.apirequest()
send invites brings native facebook menu select friends.
is there similar call allow me select friend's user ids in similar manner/interface above.
i want user can monitor selected friend's scores in app.
this first time playing around facebook api, , couldn't find info in fb's documentation.
you need call /me/friends
after authorizing user_friends
permission , develop own selector. keep in mind can friends authorized app too.
Comments
Post a Comment