• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Facebook login integration in Java

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys
I'm creating a website using Spring MVC. let you know what I have done.
1: I created App, and got API Id, API version, and App Secret Code,
2: Now I configured all details in our code.
3: Login functionality is working fine and for fetching user data I'm using https://graph.facebook.com/v2.5/me?" + accessToken;
Now the problem is below.
1: I'm getting only two details from graph , like {"name":"Angad Jha","id":"1004851352898414"}.but I need also other data like gender , email, date of birth etc.
2: please suggest me logout http url. and how to use logout url in java and redirect to login page.
Note: I don't want use java script FB.logout in our code.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic