Follow a user ID
POST https://us-central1-appgregator.cloudfunctions.net/twitter/users/follow-user/
Headers
Name
Type
Description
x-api-key*
String
43c464439b5507293ba7b315c9875907
Request Body
Name
Type
Description
name*
String
qantor.co.id
connection_name*
String
twitter-1
consumer_key*
String
A2e5O2qsMA7BLUTPv5Q5NJVQ6
consumer_secret*
String
rfIzsxYoLbzbYEj5mwQ9imtusVwua6NBabv8TK57xGkzgxtFkN
access_token*
String
245297600-2EScP0ZudcOPpFwJ6yo2TlSpAmLTUpyXX1zdmh13
token_secret*
String
d2dmLjbuK4AYY9Cfq2xF52UdSev21ewNJrirUaB4Ok4vX
{
"following": true,
"pending_follow": false
}{
"type": "response",
"code": 401,
"error": {
"title": "Unauthorized",
"type": "about:blank",
"status": 401,
"detail": "Unauthorized"
},
"headers": {
"content-type": "application/problem+json",
"cache-control": "no-cache, no-store, max-age=0",
"content-length": "99",
"x-response-time": "3",
"x-connection-hash": "c09dc70929a2c1f721b7e5b66e642a2598da9c4579ab339639f910037fec7a60",
"date": "Fri, 01 Jul 2022 07:25:37 GMT",
"server": "tsa_b",
"connection": "close"
}
}Last updated