Skip to content
This repository has been archived by the owner. It is now read-only.

Update for 64bit user IDs #38

Closed
Roach opened this issue Aug 18, 2013 · 0 comments
Closed

Update for 64bit user IDs #38

Roach opened this issue Aug 18, 2013 · 0 comments

Comments

@Roach
Copy link

@Roach Roach commented Aug 18, 2013

In order to support 64bit user IDs, you'll need to store IDs as strings. Assumptions like this will fail:

    if (typeof id === 'string')
        params.screen_name = id;
    else
        params.user_id = id;
@Roach Roach closed this Aug 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.