- twitter-api
- 1.1
- graphql
- CreateTweetPOST
- CreateNoteTweetPOST
- CreateRetweetPOST
- QuoteTweetPOST
- FavoriteTweetPOST
- CreateBookmarkPOST
- HomeLatestTimelineGET
- SearchTimelineGET
- AudioSpaceSearchGET
- AudioSpaceByIdGET
- TweetDetailGET
- TweetResultByRestIdGET
- UserByScreenNameGET
- UserByRestIdGET
- UserTweetsGET
- UserTweetsAndRepliesGET
- UserMediaGET
- FollowersGET
- FollowingGET
- FollowersYouKnowGET
- RetweetersGET
- ListLatestTweetsTimelineGET
- ProfileSpotlightsQueryGET
- CommunitiesFetchOneQueryGET
- CommunityTweetsTimelineGET
- simple api
- notifications
- Upload mediaPOST
- Check the remaining API callsGET
- cloudflare-api
- pumpscam
FavoriteTweet
POST
https://api.apidance.pro/graphql/FavoriteTweet
Request
Header Params
apikey
string
optional
Default:
your-apikey
Body Params application/json
variables
object
required
tweet_id
string
required
Example
{
"variables": {
"tweet_id": "123"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.apidance.pro/graphql/FavoriteTweet' \
--header 'apikey: your-apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"tweet_id": "123"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}