Anybody have any good resources that might be helpful in trying to integrate the FourSquare API into a Rails app? I'm specifically looking for a good tutorial. There doesn't seem to be much out there yet. There are a few ruby gems, but they are pretty bare bones and I need a bit more hand-holding.

Here is a resource that I've found so far:
http://tedgrubb.com/

Stack Overflow won't let me include a second hyperlink, but you can also google: Foursquare ruby gem for another resource.

I have not done much work with APIs in the past, but I am very comfortable with Rails. What I need is a little better sense of exactly where all the pieces fit. A basic tutorial is what I'm looking for.

Thanks.

link|improve this question

54% accept rate
feedback

4 Answers

This helped me. It's a working example of a Rails project integrated with FourSquare: https://github.com/pierrevalade/foursquare-rails-examples

link|improve this answer
feedback

Quimby is an excellent ruby api wrapper:

https://github.com/groupme/quimby

It was built by GroupMe.

link|improve this answer
feedback

This isn't an answer, but this may be a start:

http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails http://developer.foursquare.com/docs/oauth.html

I'm having trouble implementing a 4sq rails app myself.

link|improve this answer
feedback

The foursquare-API gem seems like the only one out there that supports V2 of their API and seems like the best place to start.

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.