how to add venue to foursquare without user authentication

情到浓时终转凉″ 提交于 2019-12-11 08:30:01

问题


I want to add venues to foursquare from my app but I don't want to make the users sign in into foursquare. I created one fake user that my server uses for all the real users of my application, but I'm afraid foursquare will block this fake user becauase it's going to add many venues, and from different places at the same time.

What's the best solution?

thanks.


回答1:


Your set up is definitely not recommended, but as a way to mitigate your risks, limit the number of venues a user can create via your app (like 1 per day). Otherwise one abusive user can cause your entire user account to be suspended.



来源:https://stackoverflow.com/questions/11266296/how-to-add-venue-to-foursquare-without-user-authentication

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