如何从cocoa的foursquare请求中获取访问令牌?我正在访问此身份验证以从foursquare获取令牌:
https://foursquare.com/oauth2/authenticate?client_id=XXXXXXXXXXXXXX&response_type=token
这是有效的吗?
但返回此JSON响应:{“error”:“redirect_uri_mismatch”}
如何从这里保存并获取令牌? 有什么建议吗?
答案 0 :(得分:1)
查看https://developer.foursquare.com/resources/client了解移动开发者的各种资源,包括指向执行foursquare授权的示例代码的链接:https://github.com/anoopr/core-data-talk/blob/master/example/Classes/FoursquareAuthViewController.m