Facebook API: enter date of joining

Follow this question for Facebook Friends.getAppUsers using the Graph API , which pushes friends using the app using https://graph.facebook.com/me/friends?fields=installed

Is it possible to get the date of joining also with identifiers?

+5
source share
2 answers

No. It is currently not possible to set the date a user joins the application.

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

+7
source

No, you can’t do this :( Even trying to get the entire feed and choosing the first or the most backdated will not work anymore. A very funny and probably irrelevant attempt may be to search for a user’s mailbox for the message “welcome to facebook” .

In addition, if you could tell us why you need this information, you can get suitable alternatives.

0
source

All Articles