[tbb-bugs] #21555 [Applications/Tor Browser]: Twitter like button not working on 6.5

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Feb 24 22:05:43 UTC 2017


#21555: Twitter like button not working on 6.5
--------------------------------------+--------------------------
 Reporter:  isabela                   |          Owner:  tbb-team
     Type:  defect                    |         Status:  new
 Priority:  High                      |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+--------------------------

Comment (by isis):

 Liking sends a POST request to
 https://api.twitter.com/1.1/favorites/create.json with a parameter
 specifying the tweet id, and another int for the current number of likes.
 On 6.5 for me, this results in a response with status code "400 Bad
 Request". Digging into the JSON object sent in response, it has two
 fields:

 {{{
 errors: Object {
   0: Object {
     code: 215,
     message: "Bad Authentication data.",
   }
 }
 }}}

 As Isabela pointed out, retweeting still works, so I don't see how
 verification of the auth token is failing here.  Perhaps they're trying to
 check auth cookies in some weird way?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21555#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list