The first time the call fails it's a "good fail" as you can't verify the
credentials of an account that you're not indicating any identifying means
for.

In the second example, we'll need more information to help you debug
further. Can you share the HTTP Authorization header you passed to this
resource? Any details on the OAuth library and programming language you are
using?

Thanks,
Taylor

On Tue, Jul 27, 2010 at 2:33 AM, dragon <youngyongp...@gmail.com> wrote:

> 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