React native login instagram only login with account register client id - react-native

I'm use react-native-instagram-login to create sample login Instagram.
I'm using account Abc#gmail.com to create client id and when login with Abc#gmail.com it's ok but when I login with another account it show error: {"error_type": "OAuthForbiddenException", "code":400,"error_message": "Your are not a sandbox user of this client"}.
It's mean when my application not public in google play or app store I only can login with my account register client id? If it is error how I can't fix it?

This is not an error, you need to get your app reviewed by Instagram.

Related

How to fix login process to dialogflow after I have attached gmail to my non-gmail account?

I had a Google account based on not-GMail-account. I had another email company's email as a login to my Google Account (myemailhere#ukr.net). And I used this Google account to login the dialogflow.cloud.google.com.
Today Google suggested me to create a #gmail.com account and attcach it to my myemailhere#ukr.net Google Account. I have confirmed and created the myemailhere#gmail.com.
Using both of this logins (myemailhere#gmail.com and myemailhere#ukr.net) I am still able to login my cloud.google.com Profile. But when I try to login the Dialogflow Profile (dialogflow.cloud.google.com) - I see the eternal loading animation (or a totally blank page). There is no errors about password or something like this. Just login process after I submit the password and then white page. This behavior I see on all my devices, while I trying to login with myemailhere#gmail.com or myemailhere#ukr.net
And I see some 400 errors in web console (if it matters).
Could you please help me to fix this and get access to DialogFlow?
Screen that I see after the login and password entering
Do you have the project owner role for the mentioned username that is registered on your project in the GCP console (not Dalogflow Console)? Here is a list of roles related to Dialogflow that grant access to its Console.
Note that some of these roles give full access or edit access while other roles have permissions that simply gives view access to the Dialogflow Console.
If you are missing any of these then simply assign on your GCP project's console.
Assigning roles as described above did not work for me. Solution was to delete gmail email service from the account.
Instructions here
If you would like to use gmail, do NOT add gmail to your existing google account. You should instead create a seperate google account and use gmail from this seperate account

How to create a test account for Facebook account kit?

We are developing an iOS App that uses Facebook account kit for login through sms. We uploaded our app on iTunes connect for app review and they are asking for testing credentials for testing the app. But Facebook doesn't provide any test user credentials. Now we want to know how apple can test the app for review. If there is any method to create a test user for Facebook account kit, let me know as soon as possible.
Thanks,
if you want to create an account facebook just go here
To create a Facebook account:
1.Go to www.facebook.com/r.php.
2.Enter your name, email or mobile phone number, password, date of birth and gender.
Click Sign Up.
3.To finish creating your account, you need to confirm your email or mobile phone number.
for more
http://toptrendinngtoday.com/index.php/2019/09/20/step-by-step-to-make-facebook-and-instagram-account/

Parse Twitter authentication log out does not delete the token

I am trying to let the users of my android app log in it via their Twitter account and ran into the following problem. I am using the Parse to store my data and users' information. When the user logs in and then logs out from the app via Twitter, there is a window with the message "authorize app to use your account", so the app is still associated with a particular twitter user. My problem is there is no window with email and password entries, when the user logs out via Twitter (ParseUser.logOut()). How can I unlink the app from the current user and present a new log in window.
Thank you!

QuickBlox - Create user account using facebook

Can I get my users to signup to my app using just their Facebook connect details, or do they need to create a QuickBlox account first and then join that to their Facebook account?
I am ideally looking for a Facebook connect scenario so users don't need another signup process.
thanks for any info / help
You can do it in 1 step
http://quickblox.com/developers/SimpleSample-users-ios#Sign_In_.26_Social_authorization
Sign In using Facebook/Twitter dialog form item
QuickBlox iOS SDK will show you Facebook login dialog
Also you can try Sign In using Facebook/Twitter access token.
Just provide to QuickBlox your Facebook access token

unable to login with the credentials of user who does not have an appid for facebook application in silverlight

Am trying to login to my facebook app. created with c#.net and silverlight. here, I am sending a request containing appid that I have requested from the facebook sdk to login to my application which is successful with my facebook credentials where as no other user is able to login in to my application with their facebook credentials.
Enums.ExtendedPermissions[] permissions = { Enums.ExtendedPermissions.publish_stream,
Enums.ExtendedPermissions.read_stream,
Enums.ExtendedPermissions.create_event,
Enums.ExtendedPermissions.create_note,
Enums.ExtendedPermissions.photo_upload,
Enums.ExtendedPermissions.read_mailbox,
Enums.ExtendedPermissions.manage_mailbox,
Enums.ExtendedPermissions.share_item, Enums.ExtendedPermissions.video_upload};
Session = new BrowserSession("MyAppId");
Session.LoginCompleted += browserSession_LoginCompleted;
Session.LogoutCompleted += browserSession_LogoutCompleted;
please let me know the way to resolve my issue. Thanks in advance.
Is your app public?
If your don't want it to be public yet, you have to add the other users.
In the developers.facebook.com page, you can add users as testers, admins etc. to your app. You can find this section by your app and then Roles. I think your the only one standing in the role section now.