Questions tagged [foursquare]

Location based social networking website. Users with GPS mobile devices can check-in at venues and award badges.

Foursquare is a location based social networking website. Users with GPS-enabled mobile devices can run the Foursquare app (available for a variety of devices such as iPhone, Android, Blackberry, etc) to "check-in" at venues to award points and badges.

The Foursquare API gives developers access to all of the data used by the Foursquare mobile applications, and, in some cases, even more. Over 30 million people worldwide use Foursquare, accounting for more than 3 billion check-ins, with millions more each day. And more than a million businesses use the Merchant Platform.

Resources

API Documentation: https://developer.foursquare.com

1547 questions
-1
votes
2 answers

What is the IP address range for foursquare API?

I'm developing a Web service using a VM behind a firewall on a University. I need to know what a range of IP address to give to our IT guy so we can get access to calls from foursquare.
-1
votes
1 answer

Foursquare API - Has there been a change to the core venue field specials?

Has there been a change to the core venue field specials? I'm using Venue Detail request (https://developer.foursquare.com/docs/venues/venues) to retrieve Venue Detail. As usual this request returns a "venue" for a response field. What seems to…
Scott
  • 78
  • 3
-1
votes
1 answer

Generic OAuth Library C#

What i am Trying to do: Write a Generic Library in C# to handle OAuth Flow to every service ( Just like Twitter,LinkedIn and Foursquare). The hardest part is that, i want to simulate all the user input in code so that no user action is needed to…
Marcello Grechi Lins
  • 3,350
  • 8
  • 38
  • 72
-1
votes
1 answer

Is there a Foursquare connect button for Titanium Mobile apps?

Titanium's KitchenSink samples feature an official Facebook connect button, but Foursquare connection asks for username and password instead of using oAuth. Is there an official Foursquare button or ready-to-use oauth library/module for Titanium…
Adrien Joly
  • 5,056
  • 4
  • 28
  • 43
-1
votes
2 answers

Foursquare Checkin in delivery restaurants

I have an app where you can buy food on delivery restaurants. Can I use the Foursquare API so the user can check-in on the restaurant that he order from? Probably the user will not be in the resutaurant it self when he checkin. There is an special…
blackjid
  • 1,571
  • 16
  • 23
-1
votes
2 answers

Convert json file to dataframe in python and FourSqaure API

I'm completing this IBM Data Science certification on Coursera and one of the assignments require us to replicate this link- https://rawnote.dinhanhthi.com/files/ibm/neighborhoods_in_toronto. I'm fairly new to this so I was going through the link to…
Aastha Jha
  • 153
  • 1
  • 2
  • 14
-1
votes
1 answer

Omniauth with foursquare : Get ".../auth/foursquare/callback?code=XXXX" instead

I am trying to use OmniAuth to connect with foursquare. I followed the instruction in RailsCast: 241: Simple OmniAut. I stopped at the part where using a SessionController to raise response in YAML, and deploy the codes to Heroku (I found using the…
Howard Huang
  • 355
  • 1
  • 4
  • 9
-1
votes
1 answer

show foursquer venues image in response as image

I have created an app in foursquare, I have the client_id and client_secret key.By using this url…
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
-1
votes
1 answer

Searching for users in Foursquare API- Missing credentials error 401

Please help. I am trying to search for a specific user in Foursquare but for some reason I got Missing credentials error 401. user_id = '484542633' # user ID with most agree counts and complete profile url =…
-1
votes
1 answer

Foursquare API Bad Request for no reason on React Native

I am trying to pull nearby venues from foursquare API using react native. For beginning i tried to pull venues from some specified coordinates and here is my very simple code; import React from 'react'; import { StyleSheet, Text, View, Button } from…
ugrdursun
  • 351
  • 1
  • 4
  • 19
-1
votes
2 answers

How to print separate url for each venue id?

I have extracted this venue_id list: 0 4b92802ff964a5209cfe33e3 1 4e6ddd03fa768e6cee3d6485 2 51d81d66498e78da5b1601af 3 4d5fe18a9be02c0fc2e5de74 4 4d021cca9f9ea143b1648da9 5 4dce6fd2d164679b8cfec4dd 6 …
-1
votes
1 answer

Authentication error in nested API request

I'm trying to pass Foursquare venue details to a Venue listing page (parent) but am receiving an error from the nested function that pulls the details. The initial listing request returns data as expected without error. How can I resolve the…
JWL
  • 1
  • 1
-1
votes
2 answers

How can I get the Venue ID from the response

Since I just started with Python, I have some difficulties with accessing the keys. I want to loop through each Foursquare venue I got as an JSON response, to get the Venue ID. The Venue ID then should be added as a parameter to get all the details…
-1
votes
1 answer

How do you get "You might also like" results from Foursquare's API based on a venue ID?

I'd like to get results like the following from Foursquare's API: How do you get the "You might also like" venue list from Foursquare based on a particular venue ID?
-1
votes
2 answers

Getting Null Object error for a view inside a adapter

Here is the code from my app where i try to get venue list from the Foursquare API and display in a recyclerview searchRetrofitAcitivity.java public class searchRetrofitActivity extends AppCompatActivity { private static final String TAG =…
1 2 3
99
100