【发布时间】:2012-10-19 07:33:45
【问题描述】:
我正在尝试使用 Foursquare API 的 https://api.foursquare.com/v2/venues/VENUE_ID/proposeedit 编辑场地,但在响应中,我总是得到一个空白字典并且更改未成功完成。 我的回答是
meta = {code = 200; }; notifications = ( {item ={unreadCount = 0;}; type = notificationTray; });response ={};
【问题讨论】:
-
您在访问foursquare api时是否提供了任何凭据?
-
元 = { 代码 = 200; };通知 = ( { item = { unreadCount = 0; }; type = notificationTray; } );响应 = { };这是我的回应,我也提供访问令牌
标签: api ios5 foursquare