-
Notifications
You must be signed in to change notification settings - Fork 561
Closed
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
Labels
No labels