iOS:如何保存、从 foursquare 获取访问令牌

发布于 2025-01-03 07:13:36 字数 824 浏览 0 评论 0原文

如何从可可中的 foursquare 请求中获取访问令牌?我正在访问此身份验证以从 foursquare 获取令牌:

https://foursquare.com /oauth2/authenticate?client_id=XXXXXXXXXXXXXX&response_type=token

这有效吗?

我也尝试过这个: https://foursquare.com/oauth2/access_token?client_id=XXXXXXXXXXXXXX&client_secret=XXXXXXXXXXXXXX&grant_type=authorization_code&redirect_uri=http%3A%2F%2Flocalhost%2F&code=CODE

但是返回此 JSON 响应:{"error":"redirect_uri_mismatch"}

以及如何保存并获取来自这里的令牌? 大家有什么建议吗?

How can I get the access token from a foursquare request in cocoa? I am accessing this authentication to get the token from foursquare:

https://foursquare.com/oauth2/authenticate?client_id=XXXXXXXXXXXXXX&response_type=token

is this valid?

I had also tried this:
https://foursquare.com/oauth2/access_token?client_id=XXXXXXXXXXXXXX&client_secret=XXXXXXXXXXXXXX&grant_type=authorization_code&redirect_uri=http%3A%2F%2Flocalhost%2F&code=CODE

but returns this JSON response: {"error":"redirect_uri_mismatch"}

and how can I save and get the token from here?
any suggestion guys?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖哒 2025-01-10 07:13:36

查看https://developer.foursquare.com/resources/client,了解面向移动开发者的各种资源,包括一些用于进行 foursquare 授权的示例代码的链接: https://github.com/anoopr/core-data-talk/blob/master/example/Classes/FoursquareAuthViewController.m

Check out https://developer.foursquare.com/resources/client for various resources for mobile developers, including a link to some sample code for doing foursquare authorization: https://github.com/anoopr/core-data-talk/blob/master/example/Classes/FoursquareAuthViewController.m

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文