ios Instagram 沙盒用户邀请已发送,但用户在哪里接受它?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/36076698/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 08:43:05  来源:igfitidea点击:

instagram sandbox user invite sent but where does the user accept it?

iosiphonefacebookinstagraminstagram-api

提问by Pranoy C

I am consuming the instagram and have been able to sent the invite to my second user. However when the second user logs in to this link:

我正在使用 Instagram 并且已经能够将邀请发送给我的第二个用户。但是,当第二个用户登录此链接时:

https://www.instagram.com/oauth/authorize/?client_id=XXXXXXX&redirect_uri=yyyyyyyyyyy://&response_type=token

they just get

他们只是得到

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}

{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}

I have also logged in as that user to the official instagram app and still I have no place to accept the invite. How do the sandbox users accept their invites to use my app?

我也以该用户的身份登录了官方 instagram 应用程序,但仍然无法接受邀请。沙盒用户如何接受他们使用我的应用程序的邀请?

回答by Pranoy C

Figured it out.

弄清楚了。

I did read the doc:where it says

我确实阅读了文档:它说的地方

"To manage the list of sandbox users for a given app, you can go to the Sandbox tab in your client configuration screen. There you will be able to add and remove the sandbox users for your app, up to a maximum of 10 users. Note that the admin of the app is always a sandbox user, so you can effectively add up to 9 additional 'sandbox users'.

After adding users to the list, they will have to accept your invitation before actually becoming sandbox users. To accept the invitation, they can go to the 'Sandbox Invites' button on the top bar of the developer site. In the 'Sandbox Invites' page people can accept or reject invitations, and also stop being sandbox users for a given app."

“要管理给定应用程序的沙箱用户列表,您可以转到客户端配置屏幕中的沙箱选项卡。在那里您将能够为您的应用程序添加和删除沙箱用户,最多 10 个用户。请注意,应用程序的管理员始终是沙盒用户,因此您可以有效地添加多达 9 个额外的“沙盒用户”。

将用户添加到列表后,他们必须接受您的邀请才能真正成为沙盒用户。要接受邀请,他们可以转到开发者网站顶部栏上的“沙盒邀请”按钮。在‘沙盒邀请’页面中,人们可以接受或拒绝邀请,也可以不再是给定应用程序的沙盒用户。”

I tried it but it wasn't working - probably due to a delay. After 5 minutes, I was able to see the invite and get through.

我试过了,但它不起作用 - 可能是由于延迟。5 分钟后,我能够看到邀请并通过了。