Your comments

I see. Thanks for the reply.

Actually, I have succeeded in getting the token after the user authenticate and gives access. But somehow, when I used that token to upload the image, i got a 401 error. I'm not sure whether I was using the api call wrong, or i was supposed to do a sign in first.

Maybe I should resort to a framework too, to do this.

Thanks.
Hi, could you help me on how to signing in with OAuth here?

Currently, I could do everything until I get the access token, but when I use that token it says that I am not authorized (401 error). After I looked up on google, I found out that you have to sign in first, is this true? If its true, is it true that we have to use a username to do so?

Thanks
Hi,

I am also trying to upload using the OAuth. Somehow I can't sign in. What data should I send when I'm calling the signin? I am using .net and currently generates most of the request myself.

I have tried my code with the anonymous method and it worked fine. Somehow I'm stuck with the OAuth part, specifically at sign in.

Am I missing something?
Anyone could help here?

Thanks.

PS:
This is the error shown:
<?xml version="1.0" encoding="utf-8"?><error><message>The consumer_key "xxx" token "yyy" combination does not exist or is not enabled.</message><request>/2/signin</request><method>get</method><format>xml</format><parameters>oauth_consumer_key = xxx, oauth_n</parameters></error>