Please tell me is there any way to integrate Foursquare in android. Can you give me some idea or link to integrate Foursquare in android?

Please help.

link|improve this question

62% accept rate
feedback

3 Answers

What u need is follow documentation at https://developer.foursquare.com/ You need to make use of JSON and OAuth2 libraries for Android to help you do it faster.

For JSON use Android default and OAuth2 u can look here https://bitbucket.org/smartproject/oauth-2.0/wiki/Home

link|improve this answer
feedback

Or try this Application.

link|improve this answer
feedback

In addition to making API requests to the Foursquare API, you can have your app open the Foursquare app itself by publishing one of the Intents listed on this page

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.