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

learn more… | top users | synonyms

0
votes
0answers
6 views

Restkit Mapping Nested Array with Forsquare

I'm trying to study on using restKit to get some data from foursquare. I'm using this tutorial. Using this code I try to make some different, so I try to get the data from category. Here is ...
-1
votes
0answers
11 views

Cannot Register an app on foursquare [closed]

https://foursquare.com/developers/register does not let me register, as far as I can tell there is no activity when I press Update. browser is iceweasel 10.0.12 ( 23.0a2)
0
votes
0answers
6 views

Real time Venue push “Your app can't see pushes from that venue”

I'm working with real time venue API for some customers. I am the owner of the app, the user is a Brand page and has authorized the app, the Brand page is manager of the venues. I don't know why some ...
0
votes
0answers
14 views

why is foursquare api not returning contact information for a venue?

One of our testers found this issue: This foursquare venue https://foursquare.com/v/whole-foods-market/4a38676cf964a520f49e1fe3 When returned as a result of this url query ...
-1
votes
0answers
16 views

Best way to find foursquare users to market my foursquare connected app? [closed]

I recently built a foursquare connected iOS app and was wondering what you all thought were the best channels for finding foursquare users to promote to? Thanks! Any help is greatly appreciated.
-1
votes
0answers
11 views

Regarding Rate Limits [closed]

I represent a China tech company and we are currently creating an application that will make use of the Foursquare Location IPA. I was wondering how Foursquare charges if my application requires more ...
0
votes
0answers
9 views

Why do I get the 'Oops' error from Instagram API location search (when using coordinates)?

I'm tring to search locations with the Instagram API in my application but also when testing with Apigee, I get 500 Internal server error, and Oops, an error occurred. Apigee: ...
-2
votes
0answers
11 views

Uri scheme association for Foursquare does not work on WP8 [closed]

Foursquare is using "foursquare" as its uri scheme association. However, when I launch it via the uri, foursquare shows an error message "something went wrong, restart the app if it seems unstable". ...
0
votes
0answers
30 views

Foursquare Venues: API & json_decode Issue

(I've consulted Trouble looping through an array created from a foursquare JSON feed, but the code listed there hasn't been working for me) I operate Foursquare for a business with multiple venues. ...
-1
votes
0answers
14 views

search users on foursquare

Hello, I want to analyze(search) users who check-in x cafe and share on twitter. is it possible ? I'm waiting your helps, have a good day !
-2
votes
4answers
49 views

Getting data from NSDictinionary [closed]

I'm trying to get the "firstName" , "lastName" , "gender", "homeCity" and "email" from a NSDictionary but It doesn't work...I have tried the following code: NSDictionary *userInfo = [fsUser ...
-2
votes
1answer
24 views

How can I authenticate user using foursquare api? [closed]

I need to do a login system using the login from foursquare but I didn't found any tutorial about this
0
votes
1answer
64 views
+50

iOS app doesn't fetch same results as Foursquare

I've been wondering for quite a while, I'm using Foursquare's API to use within my iOS app. It works wonderfully except that fetched results never matches those made by the Foursquare app itself. I ...
0
votes
0answers
8 views

Foursquare API Pageupdates List issue

I've got an issue with retreiving a list of pageupdates via Foursquare API. Request looks like this: https://api.foursquare.com/v2/pageupdates/list?oauth_token={OAUTH_TOKEN}&v=20120829 And ...
-1
votes
1answer
41 views

Get Started with Foursquare API - Venue Search

I want to integrate Search Venue API in FourSquare into a windows phone app. Any one can point to any get started wiki,blog or docs including samples to how to use it. I simply want to search for ...
0
votes
0answers
12 views

Using an address with Venue Search

I am trying to use a full address with venue search and not having much luck. Passing the string 'brooklyn NY 11201' via the near param returns a list of venues in the 11201 area code. Passing the ...
0
votes
0answers
8 views

callback on foursquare like and follow buttons

Is it possible to have a callback URL on foursquare Web buttons when they have been successfully clicked? Is it as simple as just including a redirect_url attribute in the html?
0
votes
0answers
22 views

Foursquare API: Retrieve ALL specials for a given location

I was playing with the https://api.foursquare.com/v2/specials/search API and found a few odd behaviors. First off let me explain my goal: I would like to provide a location and radius and get back ALL ...
0
votes
3answers
33 views

Foursquare API - venue search

I am searching venues using Foursquare API.using below url https://api.foursquare.com/v2/venues/search?ll=40.7,-74&oauth_token=MY_TOKEN&v=20130516 I am getting the result in JSON format. My ...
0
votes
1answer
31 views

Get a list of venues from a JSON response

I am getting a list of venues near of a location (latitude/longitude) from the Foursquare API, I obtain a JSONObject, but I'm a noob, and I don't know how can I get a list of the response only with ...
0
votes
1answer
22 views

Why does Foursquare search not return venues closest to my specified location?

I'm noticing something odd with foursquare search API. When I specify a latitude and longitude of a location in my city, I'm not getting venues that are closest to me. For search parameters I'm ...
-1
votes
0answers
7 views

Phone number lookup using foursquare venue [closed]

I am looking to use foursquare APIs to do a reverse lookup using phone number. Unfortunately, I am not seeing how to achieve it. Does anybody know it by any chance? Any help will be appreciated
0
votes
0answers
15 views

Retrieve a list of venues for a country using Foursquare API?

I am new to the Foursquare API and I am trying to get a list of all places (venues) from the API for a country, I believe I read this is only for superuser 2? I am unable to find this in the developer ...
0
votes
1answer
38 views

Foursquare Venue - How to get list of people who checked-in and also how to Reply to checkins

Is there an API end point which returns the list of Check-ins for a specific Venue in Foursqaure. Below endpoints are not Venue specific: https://developer.foursquare.com/docs/users/checkins ...
0
votes
0answers
14 views

How to authorize as a Venue in Foursqaure Oauth dialog?

If you see the Oauth dialog window below, you can see the defaults are usually "Authorize as a User" or "Authorize as a Page". How to force "Authorize as Venue"? I need this in order to use the ...
1
vote
0answers
39 views

i can't display data from foursquare API

I am trying to make a web application (Javascript, jQuery, css3, HTML5). I wanted to work with Foursquare API, I can connect to my developer account and retrieve JSON response, I just follow ...
0
votes
2answers
49 views

RestKit 0.10.0 with foursquare API's not retrieving the response when using blocks

Um beginner with RestKit, first example for me was on foursquare API's and I've used RestKit with Blocks not delegates. I want to retrive the name's of venues,this is the JSON response and this is ...
1
vote
2answers
31 views

Error when running browse in AppEngine

When I run my app it loads fine but when I click on 'Browse' in AppEngine to see if my connected app is loading I get the following: main.py, line 54 ...
0
votes
1answer
30 views

Missing Foursquare Category Icons [closed]

I would like to get the Foursqaure category icons without the gray background. However, it seems like many icons are missing. They are available if you want to construct the icons with the gray ...
0
votes
0answers
31 views

Foursquare API search by city and district

I need to get points list using https://api.foursquare.com/v2/venues/search with City and its District. It works fine on the main site. For example if i use location like "Admiralteysky District, ...
0
votes
2answers
34 views

Foursquare venue's category photos issue

i am having trouble about json part of venues, in this picture i am trying to take the prefix and suffix, i am putting size between them but my problem is when i try to put them together the link of ...
0
votes
0answers
9 views

Add theatre events for 4sq users

I have theatre playbills data. I want to share this data to 4sq users via events. One day - one-two show, but show mostly repeates. Should I create event for every seance or only for every title? ...
-1
votes
0answers
27 views

Foursquare result not showing nearby venues [closed]

I am fetching nearby restaurants using "foursquare venue search" In my lat and long it gives 50 results, but so many nearby restaurants are missing.At the same time they are shown in some other ...
-3
votes
0answers
20 views

Getting Error when USe SharpSqure.dll [closed]

hii I have Downloaded SharpSqure.dll.and Trying to Add referances. but ,i am Getting Error like are you missing a using directive or an assembly reference
1
vote
0answers
95 views

iOS: UI like Foursquare-App (location-View) and Watched-App (Movie-View)

i am looking for an UI Control or Framework which is reacting like the Foursquare-App in the Location view and the same also in Watched App: The 2 important thinks are: Picture Slider in the ...
0
votes
1answer
27 views

Get all tip of business page

I there is any way to find all tips and rating of foursquare page. i got auth token. but i cannot found valid url. i am tring following link of foursquare ...
0
votes
0answers
26 views

Android - Foursquare Connecting - Sign Up [duplicate]

When my android application redirects to Foursquare to Log in or Sign up to retrieve the user access token, When the user clicks on the Sign up button the URL redirects the user to the Play store to ...
0
votes
1answer
62 views

Foursquare API - Sign up if user does not have account

My application is using the Foursquare API with some calls that requires the access token. My question is that when I am retrieving the access token and redirect the user to Foursquare to Log In, I ...
0
votes
1answer
46 views

PIL Module and 500 Server Error when running foursquare connected app

I am getting the following errors even though I downloaded and installed PIL in for my foursquare connected app. Need some help please. Could not initialize images API 500 Server Error
1
vote
0answers
48 views

How can I add a Foursquare-like Badge / Achievement Tab on FB Users' profiles

I have already created a Game app in Facebook, and have posted achievements. So far so good... The problem is that I now want to add a tab or block within users' profiles, similar to how Foursquare ...
0
votes
2answers
33 views

ForeSquareApi :Getting list of venues in near by location

I'm using Foursquare API to get a list of venues by using v2/venues/search API endpoint but here i am getting all categories of list but i need only Restaurants list
0
votes
1answer
55 views

Save the FourSquare Details locally in Iphone SDK

In my app, I integrated the Foursquare API to fetch the near by places. I got the relevant code from Github I send the request every time to fetch the near by places. But how can I save the places ...
0
votes
0answers
43 views

Generating auth token on foursquare

At the first stem of using foursquare api i have to generate auth token. my code is here $redirected_uri=base_url()."forsqure_redirect"; ...
0
votes
0answers
114 views

How to get foursquare venues list - Android

first of all, this is my first post, so sorry if I do something wrong. Well, I'm trying to get a list of venues from foursquare for my app. I've searched a lot but I still not found an answer. This ...
0
votes
0answers
29 views

How can i add venue on brand page list in foursquare

I am Mohd Nazim Hasan and i am a php web developer and i need a help urgently for one issue and issue detail is following: How can i add venue on brand page list. i want to share venue on brand page ...
0
votes
1answer
63 views

Client ID and Client secret to access foursquare api

I am going to access foursquare api. As I was going through their documentation,I am going to use https://api.foursquare.com/v2/venues/search service to serach for the venues. To use this api we ...
0
votes
1answer
32 views

Foursquare API, return only selected fields

We practically need just few things (name, id, location) from the whole Foursquare venue detail request Is there a way how to restrict the Foursquare response only to some / given fields? Facebook ...
0
votes
1answer
60 views

Android Is there FourSquare Map Library

I've seen some Android App using FourSquare Map Library. (Such As Instagram, Path, Kakao Place, etc...) FourSquare Map is much sensible in gesture~ So I like to use FourSquare Map instead of Google ...
0
votes
0answers
41 views

how to tag foursquare venue when publish feed to Facebook

Graph api I used is https://graph.facebook.com/[USER_ID]/feed, I set argument "place" to https://foursquare.com/v/[venue ID], the error I got is Error Domain=com.facebook.sdk Code=5 "The operation ...
0
votes
1answer
63 views

How to make Foursquare App to be posting on connected users checkins?

So, I have my web app connected with Foursquare API up and running. It has it's own secret keys and everything. It listens to the incoming push notifications and trying to react on connected users's ...

1 2 3 4 5 19