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

64-bit user ids #69

Open
mjwills opened this issue Apr 4, 2014 · 1 comment
Open

64-bit user ids #69

mjwills opened this issue Apr 4, 2014 · 1 comment

Comments

@mjwills
Copy link

mjwills commented Apr 4, 2014

Does this library handle 64-bit user-ids ?

I ask since https://blog.twitter.com/2013/64-bit-twitter-user-idpocalypse mentions using id_str to get this support. When I look at https://github.com/Twitterizer/Twitterizer/blob/develop/Twitterizer2/Methods/User/TwitterUser.cs I see str_id being used rather than id_str.

Are the two the same / equivalent?

@meebey
Copy link
Member

meebey commented Apr 4, 2014

On Apr 4, 2014 5:45 AM, "Matthew Wills" notifications@github.com wrote:

Does this library handle 64-bit user-ids ?

I ask since https://blog.twitter.com/2013/64-bit-twitter-user-idpocalypsementions using id_str to get this support. When I look at
https://github.com/Twitterizer/Twitterizer/blob/develop/Twitterizer2/Methods/User/TwitterUser.csI
see str_id being used rather than id_str.

64bit ids are not the same as id_str. Twitter will overflow the id field.
As twitterizer uses decimal as datatype already it should be 64bit safe.
id_str is the longterm post-64bit field. I dont think _str in twitterizer
is not correctly implemented yet.

Are the two the same / equivalent?


Reply to this email directly or view it on GitHub.

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