T thor hammer Newbie Joined Jan 31, 2010 Messages 19 Reaction score 1 Dec 11, 2010 #1 Hi, i search the js or php code for retrieve the user email in a application. Is someone know this code please?
Hi, i search the js or php code for retrieve the user email in a application. Is someone know this code please?
locknload007 Power Member Joined Apr 14, 2010 Messages 554 Reaction score 86 Dec 11, 2010 #2 Where ever you put publish_stream add email with a comma between the two EDIT: Maybe that is not exactly what you want, maybe you are already getting it and want to actually pull it into a database?
Where ever you put publish_stream add email with a comma between the two EDIT: Maybe that is not exactly what you want, maybe you are already getting it and want to actually pull it into a database?
T thor hammer Newbie Joined Jan 31, 2010 Messages 19 Reaction score 1 Dec 11, 2010 Thread Starter Thread Starter #3 no, i look for the code who get the value of the mail. I just need the value, the function to put in the db is already made
no, i look for the code who get the value of the mail. I just need the value, the function to put in the db is already made
locknload007 Power Member Joined Apr 14, 2010 Messages 554 Reaction score 86 Dec 11, 2010 #4 Code: $fbme = $facebook->api('/me?fields=id,email' Is that what you need?
T thor hammer Newbie Joined Jan 31, 2010 Messages 19 Reaction score 1 Dec 11, 2010 Thread Starter Thread Starter #5 really thankx to you, that's what i needed
moneyrocks Supreme Member Joined May 22, 2009 Messages 1,204 Reaction score 136 Dec 13, 2010 #6 thanks for the post can come handy some where for sure...