Results 1 to 2 of 2

Thread: unable to get Facebook emailId

  1. #1

    Default unable to get Facebook emailId

    Hi All

    i integrated my application with Facebook using spring social. when i execute below line i am getting null

    System.out.println(connection.fetchUserProfile().g etEmail());

    could any one please help me...


    thanks in advance
    Last edited by srikanthkiwi; Apr 27th, 2012 at 02:16 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,067

    Default

    When you obtained the access token, did you ask for "email" scope? If not, then you aren't going to get an email.
    Craig Walls
    Spring Social Project Lead

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •