facebookdatefacebook-graph-apiinstallationfacebook-friends

Facebook Graph API: Get date of joinin


Follow up to this question for Facebook Friends.getAppUsers using Graph API that pulls friends using app by
https://graph.facebook.com/me/friends?fields=installed

is it possible to get date of joining also with the id’s?


Solution

  • No, Currently it is not possible to get date of joining of user to app.

    But you can do one thing whenever any fb user registers/ connects with facebook application, store current date/time with his facebook id in your system. And when you want display date of joining then map friends id with your database table.