flpvn / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
0 stars 0 forks source link

Follow option from context menu causes exception. (Patch attached.) #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. right click on a tweet from someone you are not following.
2. Choose Follow from the context menu
3.

What is the expected output? What do you see instead?
The expected output is nothing.  A error is generated instead.

What version of the product are you using? On what operating system?
V2.0 on XP and Vista

Please provide any additional information below.
I'm attaching a patch.  It's a simple change in the TwitterNet.cs file.  
Instead of creating a generic API call (which defaults to GET), specifying 
POST in the MakeTwitterApiCall call solves the issue.

Thanks for a great Twitter Client.

Steve

Original issue reported on code.google.com by steven.m...@gmail.com on 29 Dec 2008 at 10:59

Attachments:

GoogleCodeExporter commented 9 years ago
Applied patch, it'll be in the next release. Thanks, Steve!

Original comment by jongallo...@gmail.com on 30 Dec 2008 at 10:44