foursquare
Get request_token and request_secret from Foursquare
I want to get my access_token and access_token_secret from developer.foursquare.com. I read and used[详细]
2023-04-10 07:37 分类:问答How to filter out duplicate requests in UIWebView
I am writing an iPhone app that integrates with Foursquare via OAuth.I am able to log in, obtain an access token, and use the API endpoints.I do the log in with a UIWebView.[详细]
2023-04-10 06:52 分类:问答How to find the most popular Foursquare venue in each category in a given city?
According to Foursquare API, Venues/Explore returns a list of recommended venues near the current location, Venues/Search returns a list of venues near the current location, optionally matching the se[详细]
2023-04-10 05:53 分类:问答Foursquare userless search iOS
is there a way to fetch the venues search in iOS without the user entering his password or showing some foursquare oauth website?[详细]
2023-04-08 14:34 分类:问答Native Android development vs web mobile development
I have to develop as soon as posible an appication (for android) similar to foursquare, I need to store some details in the phone and retrieve some other data from a web service开发者_开发百科. I can[详细]
2023-04-07 01:46 分类:问答OAuth - Binding local user to 3rd party
I\'m working on a mobile application, in which, the user can go for Facebook, Twitte开发者_运维技巧r or Foursquare authorization (via OAuth) rather than creating a new account and password.[详细]
2023-04-06 11:00 分类:问答How to Convert Json Value of Http Post Parameter to Python Dict in Django?
I am using Djan开发者_Go百科go to receive and process push notifications from the foursquare real-time api. Each checkin is pushed as a POST request to my server containing a single parameter named ch[详细]
2023-04-06 05:23 分类:问答How to use ruby to parse the json response given by foursquare API
I am using foursquare API to search for a particular venue. I use the following url: https://api.foursquare.com/v2/venues/venue_id?oauth_token=Access_token[详细]
2023-04-06 01:51 分类:问答Use ruby mechanize to get data from foursquare
I am trying to use ruby and Mechanize to parse data on foursquare\'s website. Here is my code: require \'rubygems\'[详细]
2023-04-04 20:47 分类:问答How do I get more locations?
I am trying to get some locations in New York using FourSquare API using the following API call: https://api.foursquare.com/v2/venues/search?ll=40.7,-74&limit=50[详细]
2023-04-03 03:11 分类:问答