spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Fixes "401 from Twitter" #256

Closed michael-wirth closed 1 year ago

michael-wirth commented 6 years ago

spring-social-twitter fails to authenticate because of a bug in the SigningSupport class. The RestTemplate set the Content-Type to "application/x-www-form-urlencoded;charset=UTF-8", but the SigningSupport class uses bodyType.equals(MediaType.APPLICATION_FORM_URLENCODED) instead of "isCompatibleWith".

michaelwiles commented 6 years ago

Please can this be released?

michael-wirth commented 6 years ago

is there anyone in charge if this project? please review and merge open pull requests

abdulazizalmalki-gh commented 5 years ago

Hello anybody here !

is this fix released or what's going on !

leonchen83 commented 5 years ago

another workaround is here