I am trying foursquare integration in iphone. I am using the foursquare that is recommended and available in github.
I obtained my client_id and client_secret from fourquare site and replaced the value in constants.h file. (I also edited the foursquare profile for the api push notifications to enable checkin by my clients.)
I used it and got a list of venues close to me.
Then while I select a venue, I want myself to be checked in at that venue
But it checks and gives me the error 401, unauthorized.
Why is this happening? Am I missing anything? Please help me.