Skip to content

id versus id_str #126

@ghost

Description

twit.post('favorites/create', { id: tweet.id_str }, function(err, data, response) {...}
works just fine.

twit.post('favorites/create', { id: tweet.id }, function(err, data, response) {...}
[message=Sorry, that page does not exist, code=34]

This error could be documented and/or casting numerical ids to string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions