I want to add a geo check-in (to Facebook places, Foursquare or Gowala) feature to my Android app and I am looking for an appropriate intent to do so.

Is there anything like that? If not, what is the best way to interact with the services mentioned above?

link|improve this question

78% accept rate
feedback

3 Answers

up vote 3 down vote accepted

For foursquare, you can send a user to the venue page of the foursquare app using an intent. There is no "universal" intent across all services though. See https://developer.foursquare.com/client/index for more details about foursquare android intents

link|improve this answer
feedback

The best way to do so is checking each of one those's SDK for Android.

https://github.com/facebook/facebook-android-sdk/

http://code.google.com/p/foursquare-android-sdk/

And dont know if there's any for gowala.

link|improve this answer
feedback

I don't think there is one (yet), but have you considered getting in touch with the guys running Open Intents? They run an intent registry for exactly these sorts of things.

link|improve this answer
I already checked out openintents.org/en/intentstable. Unfortunately there is no such intent. – MBober Nov 16 '11 at 9:06
1  
no there isn't, I think the idea is you contribute back by adding one :-) – Matthias Nov 16 '11 at 14:13
feedback

Your Answer

 
or
required, but never shown

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