Update Profile Info

Update your public twitter information using one request.

POST https://api.noauth.cc/twitter/update-profile

This request will update your Twitter public profile information.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

auth_token*

String

Twitter Auth

ct0_token*

String

Twitter Auth

user_agent*

String

Twitter Auth

proxy*

String

Example: http://user:pass@host:port

name

String

Example: NoAuthCC

description

String

Example: "Likes cool APIs"

location

String

Example: London

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated