foursquare

Foursquare venues exclusions

偶尔善良 提交于 2019-12-08 08:51:06
问题 In 4square venues API reference I've found parameter categoryId for inclusion some category venues. But I want to exclude some categories from my venues list (e.g. trains and airplane check-ins). Is this feature available? 回答1: No it isn't, you'll need to retrieve the venues in the top-level category that you do want and then filter out those belonging to the categories that you don't want. 来源: https://stackoverflow.com/questions/9644953/foursquare-venues-exclusions

Access venue details using userless access

廉价感情. 提交于 2019-12-08 05:45:42
问题 Anyone know if is possible to access venue details https://api.foursquare.com/v2/venues/VENUE_ID from userless access? I keep getting the error below: { "meta": { "code": 400, "errorType": "invalid_auth", "errorDetail": "Missing access credentials. See https://developer.foursquare.com/docs/oauth.html for details." }, "response": {} } 回答1: Yup. You need to include the parameters client_id and client_secret in your request. See https://developer.foursquare.com/overview/auth#userless and https:/

Creating and claiming a test venue to use with Foursquare Merchant Platform

旧巷老猫 提交于 2019-12-08 04:43:24
问题 Is it possible to create and claim test venues to use with the API? I've created two venues (which are not real businesses), and I'd like to claim them as the venue manager so I can test as I build with the API. 回答1: There's no way to claim a venue via the API. You can e-mail api@foursquare.com with the fake venue ID & requested manager ID and we can set it up for you. 来源: https://stackoverflow.com/questions/8609360/creating-and-claiming-a-test-venue-to-use-with-foursquare-merchant-platform

Does foursquare provide any test accounts for developers?

时间秒杀一切 提交于 2019-12-08 02:24:00
问题 Does foursquare provide any test accounts for developers? For example: I want to test a special through api. I need a venue for creating a special. Does Foursquare provide us ? 回答1: Sadly no. Either find a venue manager who can authorize you application, or e-mail api@foursquare.com for help setting up a "fake" venue for you to claim. 来源: https://stackoverflow.com/questions/8820679/does-foursquare-provide-any-test-accounts-for-developers

Foursquare Venue API & Number of Results

谁说我不能喝 提交于 2019-12-07 15:37:27
Is it possible to get more than 50 results from the Foursquare Venues API? (https://developer.foursquare.com/docs/venues/search.html) The default limit is 50, but it does not make any mention of pagination or offset to get additional listings. Please advise. Martin As answered here The API docs here can help. Foursquare searching is very closely linked to the location 'point' (the 'll' param on the query) that you provide. The simple answer is that to find more venues within a given area, you need to simply query again with a different location 'point' within that area. Two queries, both at

How to create a gridview like Foursquare interest selection screen?

∥☆過路亽.° 提交于 2019-12-07 14:21:14
问题 I am creating an app which requires the user to select multiple interests. I am trying to create a screen similar to the Foursquare interest selection similar to a Tag cloud where multiple buttons can be selected to represent the users interests. I have tried creating a gridview but I'm not able to achieve the effect of buttons wrapping up to the next line. Is there a way this can be achieved via a gridview? Is there a library which does this kind of UI? 回答1: You're looking for FlowLayout

foursquare api - I can't create new application

主宰稳场 提交于 2019-12-07 09:55:14
问题 I am trying to create an app on foursquare. I fill up everything except the "Install options" section and i submit the form. Then i am getting this response (saw that through chrome dev tools) : {"meta":{"code":403,"errorType":"other","errorDetail":"Form code invalid.","requestId":"54ea4fa7498ea21416da93df"},"notifications":[{"type":"notificationTray","item":{"unreadCount":0}}],"response":{}} Any ideas? 回答1: I just received an answer to my request to the foursquare API team. It was an issue

Foursquare venues exclusions

爷,独闯天下 提交于 2019-12-07 03:43:26
In 4square venues API reference I've found parameter categoryId for inclusion some category venues. But I want to exclude some categories from my venues list (e.g. trains and airplane check-ins). Is this feature available? No it isn't, you'll need to retrieve the venues in the top-level category that you do want and then filter out those belonging to the categories that you don't want. 来源: https://stackoverflow.com/questions/9644953/foursquare-venues-exclusions

Creating and claiming a test venue to use with Foursquare Merchant Platform

假如想象 提交于 2019-12-06 15:19:07
Is it possible to create and claim test venues to use with the API? I've created two venues (which are not real businesses), and I'd like to claim them as the venue manager so I can test as I build with the API. There's no way to claim a venue via the API. You can e-mail api@foursquare.com with the fake venue ID & requested manager ID and we can set it up for you. 来源: https://stackoverflow.com/questions/8609360/creating-and-claiming-a-test-venue-to-use-with-foursquare-merchant-platform

Does foursquare provide any test accounts for developers?

放肆的年华 提交于 2019-12-06 08:06:21
Does foursquare provide any test accounts for developers? For example: I want to test a special through api. I need a venue for creating a special. Does Foursquare provide us ? Sadly no. Either find a venue manager who can authorize you application, or e-mail api@foursquare.com for help setting up a "fake" venue for you to claim. 来源: https://stackoverflow.com/questions/8820679/does-foursquare-provide-any-test-accounts-for-developers