When checking in via foursquare API, I do NOT show up in Here Now

て烟熏妆下的殇ゞ 提交于 2019-11-29 17:30:11

You may not appear in herenow for a variety of reasons:

1) If a user checks in without a lat/lng, we consider that a record-keeping check-in and may not display the user in herenow since we have no idea if they are actually there or not

2) If the user checks in with a lat/lng that is sufficiently far away from the venue, we may not display the user in herenow.

Looking at your request, it would appear that you're not passing your current lat/lng to the API, which would likely put you in case (1).

The official app + 4th & Mayor should be passing your lat/lng as reported by your phone. The only reason I can think that herenow wouldn't update is if you're checking in to a venue you are not near to, or if your phone has a poor GPS look.

If you do start passing lat/lngs to the API servers, be sure that you are reporting the user's actual location as reported by an impartial device (like the phone's OS). Failure to do otherwise may cause your application to be disabled without notice.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!