移动应用程序的签到过程(fb,4sq,g +)(check-in process (fb, 4sq, g+) for a mobile app)

我想创建一个应用程序,允许用户一次在一个地方发布签到他们所有的社交网络。

我可以通过后端服务器直接从应用程序登记用户吗?

我的意思是, - 用户在应用程序中注册她的社交网络凭证(fb,4sq,g +)=>获取auth令牌并将其发送到服务器。 - 用户点击应用中的签到按钮。 - 应用程序将用户的位置详细信息和签到请求发送到后端服务器,并且服务器在用户已注册的所有社交网络上代表用户签入签到。 这些应该是准确的签到而不仅仅是墙贴。

对不起,如果这是一个愚蠢的问题。 我自己不是开发人员,我只是写TOR。 我进行了广泛的搜索,但无法得到明确的答案。

谢谢!

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. - 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. I've searched extensively, but couldn't get a definitive answer.

Thanks!

最满意答案

是的,可以从服务器检入用户。 如果用户已授权您的应用,您可以使用其OAuth令牌代表他们执行操作(例如签入)。 有关通过API执行操作的更多信息,请访问http://developer.foursquare.com 。

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. See http://developer.foursquare.com for more information on performing actions via the API.

移动应用程序的签到过程(fb,4sq,g +)(check-in process (fb, 4sq, g+) for a mobile app)

我想创建一个应用程序,允许用户一次在一个地方发布签到他们所有的社交网络。

我可以通过后端服务器直接从应用程序登记用户吗?

我的意思是, - 用户在应用程序中注册她的社交网络凭证(fb,4sq,g +)=>获取auth令牌并将其发送到服务器。 - 用户点击应用中的签到按钮。 - 应用程序将用户的位置详细信息和签到请求发送到后端服务器,并且服务器在用户已注册的所有社交网络上代表用户签入签到。 这些应该是准确的签到而不仅仅是墙贴。

对不起,如果这是一个愚蠢的问题。 我自己不是开发人员,我只是写TOR。 我进行了广泛的搜索,但无法得到明确的答案。

谢谢!

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. - 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. I've searched extensively, but couldn't get a definitive answer.

Thanks!

最满意答案

是的,可以从服务器检入用户。 如果用户已授权您的应用,您可以使用其OAuth令牌代表他们执行操作(例如签入)。 有关通过API执行操作的更多信息,请访问http://developer.foursquare.com 。

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. See http://developer.foursquare.com for more information on performing actions via the API.