Connect to Foursquare app in developer mode

微笑、不失礼 提交于 2019-12-11 10:12:12

问题


Following the advice of a fellow Stack Overflow user (on a previous question which I asked: Lastest Foursquare check-in on map) I have written a PHP-based Foursquare app which uses the Push API to show my latest checkin on a map which I can then embed into my blog.

Obviously I would like to keep this app private, so that it only shows my latest checkins. I figured the best way would be to keep the app in Developer Mode, but it seems that I can't connect to the app myself (i.e. using the same account as I used to create the app) in this mode. This also means that I can't even test the app is working properly, as I can't send test push messages from my own account when I checkin to certain locations. Is there a way around this issue? Alternatively, what other options are available for keeping the app private?


回答1:


After you create the app in "Developer mode", lookup the Client ID and manually navigate to:

https://foursquare.com/app/<CLIENT_ID>



来源:https://stackoverflow.com/questions/14016251/connect-to-foursquare-app-in-developer-mode

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