Hello, I have a question about the favorites/create method.

Here: http://dev.twitter.com/doc/post/favorites/create, it says that
this method support POST,
but I get HTTP status: 400 with the error message: "This method
requires a GET."

I tried accessing http://.../favorites/create?id=[status_id] with the
POST data, but still got the same error.
Then I tried http://.../favorites/create/[status_id].xml, then the
request was normally accepted.

Is this the correct way to use this method? ( ... I don't think it
should be)

Reply via email to