0

I want to get venues from foursquare for iOS app but I don't want to authenticate anymore ?

I'm using the link search API: https://api.foursquare.com/v2/venues/search?ll=40.7,-74&oauth_token=QYGPOWWXAH53L4S5BAJU3TBIC1ZWZGPZMHJYLLZYZOTU4O0Q&v=20131023

Above the link must me sign in foursquare before get data. Can you help me ?

Thank a lot

4

1 回答 1

1

您可以使用 client_id 和 client_secret 参数而不是 oauth_token 并发出所谓的“无用户”请求。请参阅此处有关如何生成客户端 ID/秘密值的说明:http ://www.dailymotion.com/video/xxcmhn_how-to-obtain-foursquare-client-id-and-secret-video-tutorial_tech

于 2013-10-23T12:33:26.130 回答