In this Gooogle IO 11 presentation - http://code.google.com/p/google-api-java-client/wiki/Android speaker has mentioned that new google-api-java-client could be used to any rest json api.

Is it possible to use this library to authorize and use facebook graph api on Android?

link|improve this question

feedback

2 Answers

It is possible to use the google-api-java-client to manage transport and authentication on non-Google APIs. However, many services that support OAuth implement slight variants or have bugs that may make this difficult. If the service is providing their own client library, it is probably best to use that (until it doesn't work, and then you should try the google-api-java-client).

link|improve this answer
feedback
up vote 0 down vote accepted

Somebody make a sample for foursquare http://blog.doityourselfandroid.com/2011/09/05/integrate-foursquare-android-application/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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