foursquare Questions
8
Say I have an Android application that connects to a .Net API for receiving/setting data. The confusion that I have is regarding how to sign-up/login the user first time and authenticate it every t...
Amphibious asked 5/11, 2013 at 21:32
5
The Foursquare API has divided its photo tag for user as prefix and suffix. But if I merge them to form a full image URL and paste this in my browser, gives me errors that says the image can't be d...
Chef asked 11/6, 2012 at 9:4
4
Solved
Today I faced one interesting issue.
I'm using the foursquare recommended python library httplib2 raise
SSLHandshakeError(SSLError(1, '_ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CER...
Orlando asked 4/12, 2012 at 16:39
0
I Tried pull some restaurant data from foursquare base on user's location , but I got bunch of query error.
here is location code:
protocol UserLocationDelegate {
func tracingLocation(currentLocat...
Laliberte asked 8/10, 2020 at 2:38
5
Solved
I'm trying to refactor my code to use Retrofit (from Volley) for some Foursquare API calls but haven't found a proper example that shows how to specify a query parameter that has 2 values separated...
Donny asked 10/9, 2014 at 2:59
2
Xcode 8.1 Deployment target iOS 9.0
I'm getting an array of compact venue objects as expected from Foursquare Venue Search endpoint in...
- (void)URLSession:(NSURLSession *)session dataTask:(NSUR...
Landlocked asked 16/11, 2016 at 15:30
4
Solved
I'm trying to understand how can I achieve a scrollview like Foursquare app uses. The map y position follows the revenue list when scrolling.
UIScrollview with the map + a list of revenues as U...
Pluton asked 24/7, 2013 at 20:32
2
Solved
I'm trying to make a userless request to the Foursquare API using Mike Lewis' Python wrapper - https://github.com/mLewisLogic/foursquare:
client = foursquare.Foursquare(client_id=Client_ID, clien...
Corsica asked 10/11, 2012 at 10:39
3
Most social apis have a way to construct a url to the user's profile picture using their user_id or username. Any chance foursquare has something similar or plans to?
http://graph.facebook.com/702...
Humphrey asked 2/12, 2011 at 18:18
3
I am trying to turn a json response back from foursquare into objects. I get something like this back
{
"meta":{
"code":200
},
"response":{
"venues":[
{
"id":"4abfb58ef964a520be9120e3",
"...
Henderson asked 18/4, 2013 at 20:2
1
Solved
This may be a simple question but I can not find answer over the web or any docs. I have app which shows business places around users and their details. I have built it using Google Places API. As ...
Philistine asked 28/12, 2015 at 19:36
3
Solved
Our iphone app allows for sign in via Foursquare via oauth. It was working fine and recently stopped working.
The error we get is: Connecting Failure: Callback uri is not valid for this consumer....
Concrescence asked 23/10, 2015 at 19:31
0
I use the venues/search endpoint of Foursquare to fetch all places around a point, within a given radius.
For example, if I query without specifying any categoryId:
https://api.foursquare.com/v...
Washedout asked 23/10, 2015 at 12:35
4
Solved
This is the Android equivalent of this iOS question.
Trying to create a view that contains a MapView at about 20% of the screen (under an ActionBar...) and the rest of the screen is a ScrollView t...
Pb asked 28/8, 2013 at 15:14
4
Solved
Why am I getting this error when running my application which is trying to OAuth with Foursquare?
import httplib2
ImportError: No module named httplib2
I have installed httplib2 by downloading i...
Gebelein asked 20/2, 2011 at 11:25
4
Solved
I want to use foursquare API in my android application.
In my app I want to fetch nearby place.
Could you please show me how to start?
Ensoll asked 21/1, 2011 at 5:26
3
I am a bit shaky on how to use the venues API in forusquare. My main question is related to OAuth. I want to be able to do venue searches on the server side of the system, and i need the server to ...
Zeldazelde asked 17/12, 2011 at 20:40
1
Solved
I'm very new with leaflet, trying to duplicate the function on foursquare, highlight the clicked marker and reset it to the original maker when map is clicked or if another marker is selected and h...
Fructose asked 27/1, 2015 at 2:30
3
Solved
As I need to integrate the foursquare in my application,
I have found the API and also integrate in my application. But there is some problem.
I want to show the nearest venue around me. As there ...
Rehash asked 7/4, 2011 at 10:4
1
What is the element that is used for Swarm Android app's actionbar?
I think it's neither the native android actionbar nor actionbarsherlock.
Overactive asked 7/9, 2014 at 22:0
3
I am getting unexpected results from API queries when including a categoryId parameter.
For instance, when using the following parameters to search for 'The Citizen Public House' in Boston, MA
...
Alrick asked 15/12, 2011 at 15:8
3
Solved
I really love the way foursquare designed venue detail view. Especially the map with venue location in the "header" of view ... How was it done? Details are obviously some uiscrollview (maybe uitab...
Febrile asked 11/6, 2012 at 11:38
4
Solved
I'm trying to parse for the access_token from Foursquare where the URL is like this:
https://mywebsite.com/4sqredirect/#access_token=1234567890XXXXX
I've tried $routeParams and $location and get ...
Tuna asked 2/1, 2014 at 7:30
2
If you use Foursquare's API venues/explore to get venues in a certain area, you get in the response the number of photos. For example, the default query generated when you press the "Try It" button...
Wailoo asked 29/6, 2012 at 1:22
4
Solved
I am currently using this excellent solution from @yonel to make something similar to the FourSquare venue detail page. Within my storyboard I have this:
The problem is: because the scroll is a ...
Haslett asked 20/4, 2013 at 18:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.