Possible Duplicate:
how to use foursquare API in android application?

This is a question mainly for people who have used Foursquare in their applications, I understand it would seem like gibberish to others.

I'm relatively new to applications that interact with the internet, so please bear with me. I'm writing an application that lists various venues in a certain part of town. I was wondering, how can I list these venues so that if a user clicks on it, they can check into that particular venue on their Foursquare accounts. While some code would be best, I would also appreciate any tips on how to start as well. Right now, I am writing the application in java, using the Eclipse IDE for Android.

Also, if anyone has any simple open source projects integrating Foursquare, I would love to take a look at it!

Best,

Aneem

有帮助吗?

解决方案

It appears that you have asked the same question twice ( https://stackoverflow.com/questions/8813225/android-using-foursquare)

You have two main ways to integrate foursquare:

  1. Using the 'intents' to launch the foursquare application - while this is not really a full integration, it might be enough for your requirements
  2. Using the foursquare API you can get full integration, you should take a look at the Libraries page. If you want more examples, one, two and google for the rest.

The examples will not really be enough, you should also look at the different API endpoints to better understand what data is returned to you in each action you take

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top