-
-
Save anonymous/de1237b024fe542e414f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#HTTP headers for Android client API calls | |
def client_headers | |
client_headers = { | |
"User-Agent" => @user_agent, | |
"X-Client-UUID" => @device_id, | |
"X-Twitter-Client" => @client_type, | |
"X-Twitter-Client-Version" => @client_version, | |
"Connection" => "Keep-Alive" | |
} | |
return client_headers | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment