modolabs / Kurogo-Mobile-Web

Kurogo is a PHP framework for delivering high quality, data driven customizable content to a wide range of mobile devices. Its strengths lie in the customizable system that allows you to adapt content from a variety of sources and easily present that to mobile devices from feature phones, to early generation smart phones, to modern devices and tablets
http://kurogo.org
GNU Lesser General Public License v2.1
198 stars 99 forks source link

OAuthRequest "Expect" Header Causes TwitterDataRetriever Failure #66

Open chriscronbaugh opened 11 years ago

chriscronbaugh commented 11 years ago

Kurogo-Mobile-Web / lib / OAuthRequest.php Line 249

The inclusion of "Expect" in the header for a Twitter API request returns a HTTP 417 Error to be returned from Twitter's API servers.

chriscronbaugh commented 11 years ago

Excuse me, it appears that the issue is caused by Kurogo-Mobile-Web / lib / DataRetriever / OAuthDataRetriever.php Line 316, not Kurogo-Mobile-Web / lib / OAuthRequest.php Line 249 (it appears that OAuthRequest no longer exists).

akinspe commented 11 years ago

This will be fixed in our next release

TigerWolf commented 9 years ago

Any news on this? I am trying to get 1.8.6 to work and the twitter connector is still not working.