Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User IDs formatted incorrectly #72

Open
hagenson opened this issue May 13, 2014 · 2 comments
Open

User IDs formatted incorrectly #72

hagenson opened this issue May 13, 2014 · 2 comments

Comments

@hagenson
Copy link
Contributor

Whenever a command is sent to the Twitter API, user IDs are formatted using UserId.ToString(CultureInfo.InvariantCulture), which formats the id with a trailing ".0".
This intermittently causes a failure on some APIs.
The Twitter API docs don't expect the trailing ".0", so I expect this an implementation error.

hagenson added a commit to hagenson/Twitterizer that referenced this issue May 13, 2014
hagenson added a commit to hagenson/Twitterizer that referenced this issue May 13, 2014
@DigitallyBorn
Copy link
Member

Would be great if you submitted a pull request?!

@hagenson
Copy link
Contributor Author

Sorry mate,
I thought I had:
#73
I'm not that experienced with GitHub, is there something I need to do to
make this available?

Regards,
Frank.

On 11/11/2014 03:45, Ricky Smith wrote:

Would be great if you submitted a pull request?!


Reply to this email directly or view it on GitHub
#72 (comment).

DigitallyBorn added a commit that referenced this issue Nov 20, 2014
Fix for: User IDs formatted incorrectly #72
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants