-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad Request in postXAuth #102
Comments
xAuth is not available for all applications. You may contact Tumblr Support at support[@]tumblr[.]com and request it. Once enabled, You'll stop receiving 400 HTTP status codes. |
Oh, OK and thanks for the fast reply @dakshsrivastava |
could you please write in your readme AND javadoc that xAuth is not available for all applications? it took me hours trying to figure out why public function just won't work! |
yes, of course I saw it, that's why I asked to mention it not only in 2017 comment in project issues, but also on main readme page to let other developers know about this. |
Inside preExecute of AyncTask Android
Response Header which I am getting in response* is
"null" -> "HTTP/1.1 400 Bad Request"
"Set-Cookie" -> "tmgioct=589b08808216570049410250; expires=Sat, 06-Feb-2027 12:01:04 GMT; Max-Age=315360000; path=/; domain=.tumblr.com; HttpOnly"
"X-Android-Response-Source" -> "NETWORK 400"
"Connection" -> "keep-alive"
"X-Android-Sent-Millis" -> "1486555264206"
"Content-Type" -> "text/html; charset=UTF-8"
"P3P" -> "CP="Tumblr's privacy policy is available here: https://www.tumblr.com/policy/en/privacy""
"Date" -> "Wed, 08 Feb 2017 12:01:04 GMT"
"X-Content-Type-Options" -> "nosniff"
"Server" -> "openresty"
"Transfer-Encoding" -> "chunked"
"X-XSS-Protection" -> "1; mode=block"
"X-Frame-Options" -> "deny"
"X-Android-Received-Millis" -> "1486555264614"
The text was updated successfully, but these errors were encountered: