Can you update user info with a facebook signup

by nick99
1 replies
Hi,

I have a website that has a facebook login. Its been running for quite a while now and has had quite a few users sign up. In the database I have recorded their names and emails. In hindsight I should have also recorded their age & location.

So for all you programmers out there that are familiar with facebook api is it possible to auto update my database with the needed information without the need for the user to revisit the website?

My database seems to have also saved the facebood id number and access token.
#facebook #info #signup #update #user
  • Profile picture of the author pseudocuil
    Originally Posted by nick99 View Post

    Hi,

    I have a website that has a facebook login. Its been running for quite a while now and has had quite a few users sign up. In the database I have recorded their names and emails. In hindsight I should have also recorded their age & location.

    So for all you programmers out there that are familiar with facebook api is it possible to auto update my database with the needed information without the need for the user to revisit the website?

    My database seems to have also saved the facebood id number and access token.

    You should be able to do this with open graph requests on data that you have permission to use with that token; name, avatar etc.. a great example is playstation, that does this when you connect with facebook.
    Signature
    Observers in a state of Perfect Cuil are often introduced to a phenomenon known as the Cuil Paradox, where the hamburger asked/given ratio is so near 1:1 that the observer begins to doubt the reality, suspecting that the hamburger was an artifact of their manufactured memories.
    {{ DiscussionBoard.errors[10175507].message }}

Trending Topics