Instagram的授权范围不起作用 [英] Instagram authorization scope doesn't work

查看:214
本文介绍了Instagram的授权范围不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有关于Instagram的授权API设置范围的相关问题,但花了整整一天后,我仍然无法弄清楚什么是错的:(

There are some questions about setting scope for Instagram authorization API, but after spending the whole day, I still can't figure out what is wrong :(

下面是我的code:

var url = string.Format("https://api.instagram.com/oauth/authorize/?client_id={0}&redirect_uri={1}&response_type=code&scope=likes+relationships", clientId, redirectUrl);

return Redirect(url);

我已经加入喜欢关系作用域的URL。但是,当用户登录时,Instagram的只要求基本按照/停止追随权限,而不喜欢
所以我不能够像代表无论我做什么用户的。

I have added likes and relationships scopes to the URL. But, when user logs in, Instagram asks only for Basics and Follow/Unfollow permissions without likes. So I am not able to like on behalf of the user whatever I do.

任何帮助非常多AP preciated。

Any help is very much appreciated.

推荐答案

尽管要添加范围,因为喜欢+关系,Instagram的会给你只有基本的权限。 Instagram的不给你更新的关系,像发布和评论,直到您提交应用程序进行审查的权限。随着基本权限,您可以查看谁喜欢你的帖子的人,但你不能像或后发表评论,不能像更新后续/取消关注/块/关系状态疏通/忽略。有关提交的更多详细信息您应用程式参照这个 https://help.instagram.com/contact/185819881608116

Even though you are adding scope as likes+relationships, instagram will give you basic permissions only. Instagram does not give you the permission to update relationship, post like and comments until you submit the app for review. With basic permissions you can view the people who liked your posts but you can not make like or comment to a post and can not update relationship status like follow/unfollow/block/unblock/ignore. For more details on submitting you app refer this https://help.instagram.com/contact/185819881608116

这篇关于Instagram的授权范围不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆