Error Authentication

73 views
Skip to first unread message

Bruno Lima

unread,
Mar 27, 2012, 1:01:19 PM3/27/12
to Podio API
Please,
someone helpme...

I'm trying to authenticate in Podio but the POST methor answer for me:

{"error_propagate": false, "error": "invalid_value",
"error_description": "Missing one or more parameters",
"error_parameters": {}}

I'm using the folowing url:
https://podio.com/oauth/token?grant_type=password&username=YOUR_USERNAME&password=YOUR_PASSWORD&client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&client_secret=YOUR_APP_SECRET


I'm using .NET.

Casper Fabricius

unread,
Mar 27, 2012, 1:46:56 PM3/27/12
to podi...@googlegroups.com
I can only guess that one or more of your parameters are actually blank. Make sure to check exactly what request url you actually invoke from your app.

Btw we don't recommend using username/password authentication except for testing and purely internal use. Read about the alternative auth options here:
https://developers.podio.com/authentication

Cheers,
Casper Fabricius

Bruno Lima

unread,
Mar 27, 2012, 1:55:06 PM3/27/12
to Podio API
I put all information, see my test code, what I'm doing wrong?

<html>
<body>

<form method="post" action="https://podio.com/oauth/token?
grant_type=password&username=MY_USER&password=MY_PASS&client_id=teste-
int&redirect_uri=teste.html&client_secret=jQTbrbCF79J2CumBYd3BN233rKUpfo55fJCYjLCrNijGKaPg6RrTZfrwYz97FSzs"
id="frmPodio">

<input type="text" id="client_id" name="client_id" value="teste-int">
<input type="text" id="client_secret" name="client_secret"
value="jQTbrbCF79J2CumBYd3BN233rKUpfo55fJCYjLCrNijGKaPg6RrTZfrwYz97FSzs">
<input type="text" id="username" name="username" value="MY_USER">
<input type="text" id="password" name="password" value="MY_PASS">
<input type="text" id="redirect_uri" name="redirect_uri"
value="teste.html">
<input type="text" id="grant_type" name="grant_type" value="password">

<input type="button" onclick="frmPodio.submit();" value="Enviar">

</form>

</body>
</html>

Bruno Lima

unread,
Mar 27, 2012, 2:49:30 PM3/27/12
to Podio API
The error in my .net APP changes, now is:

{"error_propagate": false, "error": "unexpected", "error_description":
"An unexpected error occured during execution", "error_parameters":
{}}

I need connect with urgency!!! Someone help-me!!! My user is
bso...@grupomult.com.br

Att,
Bruno s Lima
Reply all
Reply to author
Forward
0 new messages