• 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

Retrieve the Google+ user profile information

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Frnzz,
I need to retreive User profile information from google plus (firstname ,last name,contactlist, contacts name ,mail infomation and genral news) using simple java programme.
i tried using simple java coding but it display the multiple user names like for example
send the my name (vijay )through URL it displays the multiple user names details who have same name
please let me know how to get the details for particular user profile information

i used below link for sending my name "https://www.googleapis.com/plus/v1/people?query=vijay+nani&key=[UD: removed key]""



please help me
Thank you in advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure what that URL can or should return, but the official API seems to be http://code.google.com/p/google-api-java-client/. https://github.com/Glamdring/google-plus-java-api/ looks like a 3rd party option.
 
surya nani
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The below 2 programmes are i executed but it display the multiple users in the consloe
ex:here i gave madhu.kodam
output: it display the multiple name who hava same name
pleas help me i need particular one user inforamtion, i mean to find my details only
thanks in advance

1.


2.


 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everybody on Google+ seems to have a unique numeric ID assigned to them; maybe there is a way to query by ID instead of by name.
 
Marshal
Posts: 80097
413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question too difficult for “beginning”. Moving.
 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic