6

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.

Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
Abhi
  • 8,935
  • 7
  • 37
  • 60

4 Answers4

5

This project is another good starting point: https://github.com/jiramot/foursquare-android-sdk

Matt Tucker
  • 51
  • 2
  • 3
4

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

the100rabh
  • 4,077
  • 4
  • 32
  • 40
2

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

Jason Hall
  • 20,632
  • 4
  • 50
  • 57
0

Or try this Application.

aleks
  • 106
  • 2
  • 10