[twitter-dev] Re: Help signing OAuth requests

2009-07-31 Thread Ney Garcia

Thanks for the tip, Marcel.
I am trying to build my signed requests using that page, but I found
this weird thing:

The hueniverse page converts véio (in Brazil most words have such
marks) to
v%C3%A9io

but my C# lib UrlEncode method outputs
v%E9io

So does this URL encode example page
http://www.albionresearch.com/misc/urlencode.php

Any help ?

Thanks.

On 30 jul, 18:58, Marcel Molina mar...@twitter.com wrote:
 For those who might be struggling to ensure their OAuth signatures are being
 generated correctly, this
 guide provides more hand holding with the process than the specification.
 It includes custom forms where you can fill out all the details of
 your request and see what the signature and
 its related data *should* be.

 http://www.hueniverse.com/hueniverse/2008/10/beginners-gui-1.html

 --
 Marcel Molina
 Twitter Platform Teamhttp://twitter.com/noradio


[twitter-dev] Re: OAuth URLEncode for VB.NET Libraries

2009-07-30 Thread Ney Garcia

Hi guys,
I have gone into the same problem : my app uses OAuth to post tweets
and went ok over the weekend but on Monday, Twitter started refusing
OAuth posts. My app then tries to post using basic method, and it
works.
I also implemented OAuth using Shannon Whitley's example, which I
transformed in a Web Service.
I saw Duane's VB code but I havent noticed what has changed from
original UrlEncode method.
Would you give me any help ?

Thanks in advance.

Ney.

On 28 jul, 15:13, Duane Roelands duane.roela...@gmail.com wrote:
 My application appears to be back in the game, after some corrections
 to my url encoding.  I've posted the code here (http://dpaste.com/hold/
 72568/) for the benefit of other VB.NET developers.

 This is a VB.NET port of the URLEncode method found in the Twitter/
 OAuth class from Shannon Whitley and Eran Sandler.  They rock.

 Hopefully, this gets you guys back in the game as well.