Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using FB connect in my website. when the user logged into my site i am getting the user email address and storing the DB like this. like

           UID       |   Name |     Email
  1.  100********901    R**y    ab**12@***.com
  2. 1000*********08    A**hek  9178xxxxx109

but today morning i found instead of email address there was a mobile number. How this is happen , how to get only the email address.

share|improve this question
Do does your code look like that requests the data? – jimp Oct 8 '12 at 4:36
show some codes – Mohit Bumb Oct 8 '12 at 4:39
1  
Most likely, the user never supplied an email address since they can sign into Facebook using their mobile number :) – Jack Oct 8 '12 at 4:40
@jimp Yes i am requesting the user email address too. – Ragavendran Ramesh Oct 8 '12 at 4:55
@Jack In this case how can i get the user email address. if suppose the user logged into using their mobile number – Ragavendran Ramesh Oct 8 '12 at 4:56
show 8 more comments

closed as too localized by vascowhite, hakre, Lusitanian, Ryan P, Aurelio De Rosa Oct 9 '12 at 19:13

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.