Hello.

I just call api to http://api.twitter.com/1/account/verify_credentials.xml
to verify credentials.
But, i cat't authorization.

First try that without OAuth header information,

<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <request>/1/account/verify_credentials.xml</request>
  <error>Could not authenticate you.</error>
</hash>
-----------

Second try that with OAuth header information.

<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <request>/1/account/verify_credentials.xml</request>
  <error>Could not authenticate with OAuth.</error>
</hash>
-----------

what can i do in this situation?

Reply via email to