Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to integrate Google+ into my blackberry application i have implemented Google+ by means of invoking browser session,once user login the G+ account from my application i want to take their e-mail,user-id, How to do this,can anyone give me solution,i got stuck in this.
thanks

share|improve this question

1 Answer

up vote 2 down vote accepted

You can use OAuth 2.0 for Login to retrieve their user-id and email after they have authenticated on a Google Authorization Server and have given their consent to your app to access those info.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.