简体   繁体   English

移动应用程序的登记过程(fb,4sq,g +)

[英]check-in process (fb, 4sq, g+) for a mobile app

I would like to make an app which would allow users to post check-ins at one place to all their social networks at once. 我想制作一个应用程序,允许用户一次在一个地方发布签到他们所有的社交网络。

Can I check-in a user via back-end server not directly from an app? 我可以通过后端服务器直接从应用程序登记用户吗?

I mean, - user registers her social network credentials in the app (fb, 4sq, g+) => auth tokens are obtained and sent to the server. 我的意思是, - 用户在应用程序中注册她的社交网络凭证(fb,4sq,g +)=>获取auth令牌并将其发送到服务器。 - user taps check-in button in the app. - 用户点击应用程序中的签到按钮。 - app sends user's location details and the check-in request to the backend server, and server posts check-ins on the user's behalf on all social networks the user has registered. - 应用程序将用户的位置详细信息和签入请求发送到后端服务器,并且服务器代表用户在用户已注册的所有社交网络上签入签到。 These should be exactly check-ins not just wall posts. 这些应该是完全签入不仅仅是墙贴。

Sorry, if that's a dumb question. 对不起,如果这是一个愚蠢的问题。 I'm not a developer myself, i'm just writing TOR. 我自己不是开发人员,我只是写TOR。 I've searched extensively, but couldn't get a definitive answer. 我进行了广泛的搜索,但无法得到明确的答案。

Thanks! 谢谢!

Yes, it is possible to check in a user from your server. 是的,可以从您的服务器签入用户。 If a user has authorized your app, you can use their OAuth token to perform actions (such as check in) on their behalf. 如果用户已授权您的应用,您可以使用其OAuth令牌代表他们执行操作(例如签入)。 See http://developer.foursquare.com for more information on performing actions via the API. 有关通过API执行操作的更多信息,请访问http://developer.foursquare.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM