manage README
This commit is contained in:
@@ -11,6 +11,7 @@ you can use these endpoint
|
|||||||
- statuses/update
|
- statuses/update
|
||||||
- statuses/destroy/:id
|
- statuses/destroy/:id
|
||||||
- statuses/retweet/:id
|
- statuses/retweet/:id
|
||||||
|
- statuses/unretweet/:id
|
||||||
- statuses/user_timeline
|
- statuses/user_timeline
|
||||||
- favorites/create
|
- favorites/create
|
||||||
- favorites/destroy
|
- favorites/destroy
|
||||||
@@ -125,6 +126,9 @@ api.status().Update("Upload media from Cocoa Twitter Library", std::vector<std::
|
|||||||
// Retweet a tweet
|
// Retweet a tweet
|
||||||
api.status().Retweet("tweet id");
|
api.status().Retweet("tweet id");
|
||||||
|
|
||||||
|
// un RT a tweet
|
||||||
|
api.status().Unretweet("tweet id")
|
||||||
|
|
||||||
// Delete a tweet
|
// Delete a tweet
|
||||||
api.status().Destroy("tweet id");
|
api.status().Destroy("tweet id");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user