Before this error occurred, I have created 1 REST API App and 2 sandbox account ready for testing. However, when I login the Paypal developer today, my created app and account are disappeared and keep saying a brief error message (We’re sorry, but something went wrong while getting your credentials. Please try again.) to call me try again.
And I cannot create a new account and new app. Please help. Thanks.
Related
we received an email from Facebook review team telling us that our live app (website) is being reviewed and later got another templated email saying that our login is crashing or hanging, suggested we fix it, and gave us a bunch of links to the best practices on how to fix the FB login integration.
The problem is we don't use FB in our login (we just use their Marketing API) and, to us, the login works just fine.
Anyone else with a similar experience out there? If so, what did you do?
In my Angular2 app I have used the following code:
loginfb() {
this.afAuth.auth.signInWithPopup(new firebase.auth.FacebookAuthProvider());
}
But the problem is I am getting an error App Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
So I went to Facebook developers, created an app, added the Facebook Login product, went to the product's settings and set the Valid OAuth redirect URIs with the URI given in the firebase console.
But even then when I am trying to login, I am facing the same error.
Any help would be greatly appreciated. Thanks.
This error comes when your app is not live.There are a bunch of possible things which could trigger this error.I am not sure and as you are getting error "you don't have access to it",may be you are trying to login through your test version of the Facebook app and you may have not added the user Roles as Testers in Roles section and the you have to add the email address of the Facebook account you are trying to login in setting section.
Then ,make sure that the user you added accepts the request sent before you try to test otherwise it will fail.
And for error "Switch to a registered test user or ask an app admin for permissions."
When you create new app on Facebook, its by default only visible to you and not to public and others won't be able to use it for social login and they will get this error. You may have to go to Go to your Facebook app's dashboard, Select the "Status and Review" tab and set YES or ON.
You can find similar question and answer is there in this link App Not Set Up.and
This app is still in development mode
See above screenshot there was issues with facebook payment.
I'm currently having the same issue with sandbox payment on multiple environment, live payments are working.
I've tested the server webhook via the web payment dashboard and it works.
The current calls are on API 2.4 and also tested with 2.7 still get the same error.
The error started appearing on different account not all at the same time.
I'm continuing my search but hope these information can help to find and solve the issue.
I'm trying to create a new app using the UberRUSH API.
When I go to the developer dashboard and try to register a new app, when I select UberRUSH API I get a message saying,
You need to register for UberRUSH before creating an app.
Which I already have.
Clicking the link to register for UberRUSH gives the following message,
You are already signed in to your business account
You already have a business account. If you would like to create a new
account, please log out first.
Am I missing a step? Or is there something broken in the flow?
Thank you!
Update (7/15/2016): This was a bug. The sign-up flow should work correctly now.
I am tryign to auth the users of my app by redirecting to this auth url
http://www.facebook.com/dialog/oauth?client_id={APP_ID}&redirect_uri=http%3A%2F%2Fapps.facebook.com%2F{APP_NAME}%2F&scope=email,user_about_me,user_birthday,user_hometown
It all works fine on my developer account that created the app and all authorises okay.
When I use another account that is not linked to the app in any way I am gettng the following error appearing but with no clue as to why?
Does any one have any ideas as to why this may be happening.
It appears that my Facebook App was corrupt in someway. I create a new app in Facebook with new APP ID and Secret and it all worked ok in the end.