|
I want to authenticate whether a particular username has hi5 account or not. I want to do it by using hi5 API in java.
So please help.
Thanks.
|
Jul 11, 2008
12:20 AM
|
|
"a particular username has hi5 account OR NOT."
hein the user must have an account,.. lolll
|
Jul 11, 2008
7:17 AM
|
|
reformulate your question?
|
Jul 11, 2008
7:17 AM
|
|
Sushant,
where are you getting the inital user name from, that you want to check?
Sameer.
|
Jul 17, 2008
1:57 PM
|
|
Its just like hi5 Login page. User types his username and password and hi5 authenticates it. I also want to do the same. How can i do it from my webpage.
Thamks for your reply.
|
Jul 22, 2008
11:03 PM
|
|
Yah my question is same as Ashis. How can i do that. Ashis if you get any solution for this Please let me know.
Thanks. Sushant
|
Jul 22, 2008
11:07 PM
|
|
You can use the REST end point, rest/auth/plain/update. You have to POST the username and password as parameters. See the example form on http://api.hi5.com/rest_auth.plain.html to understand how to construct the POST request (i.e. what parameters to use.)
If there is no such user, you will get a 403 error, otherwise you will receive an auth token.
Sameer.
|
Jul 23, 2008
10:54 AM
|
|
Thanks for your reply Sameer. But i want to authenticate the user without using the API of hi5. Is there any possible way of doing that.
|
Jul 31, 2008
4:00 AM
|
|
I am not asking the validation of my application. I am asking a hi5 user validation.
Thanks for your replies
|
Jul 31, 2008
4:03 AM
|
|
Why do you want to avoid the API? Can you explain the use case, and why the API doesn't serve your needs?
Sameer.
|
Jul 31, 2008
2:41 PM
|