Error in authentication today.
AnsweredToday my application is not authenticating, someone can tell me if there is a problem in podio server?
-
I'm using c# to conect with APP Authentication, some errors is returning for me
- {"error_propagate":false,"error_parameters":{},"error_detail":null,"error_description":"expired_token","error":"unauthorized"}
- "BAD Request"
But is stranger because i did nothing in the APP, just stopped to work.
-
Is this bug back again? I experience the exact same problem.
Request failed for https://podio.com/oauth/token?grant_type=authorization_code&client_id=XXX&redirect_uri=XXX&code=XXX returned code 400. Server response: {"error_propagate":false,"error_parameters":{},"error_detail":"oauth.code.invalid","error_description":"Sorry, your OAuth code is invalid.","error":"invalid_grant"}
-
I've been messing about with the .NET API and finally had it working fine yesterday. Now out of the blue it's broken - don't know if this is the same issue but now: - FYI I set the uri variable as null:
var client = Client.ConnectAsApp(client_id, client_secret, appId.ToString(), appToken, uri);
fails with
Unhandled Exception: System.UriFormatException: Invalid URI: The hostname could not be parsed.
The URL value in the debugger is:
"https:///api.podio.com/oauth/token"
What's up with that?
-
Already there ....
Please sign in to leave a comment.
Comments
15 comments