[Plugin: Tweetstream] 2 Author: please update
-
There is a problem with Unicode characters while posting to Twitter from BP. Because old libraries used, please update plugin according to this: https://github.com/jmathai/twitter-async
Construction
public function encode($string) { return rawurlencode(utf8_encode($string)); }
Should be replaced with
protected function encode_rfc3986($string) { return str_replace('+', ' ', str_replace('%7E', '~', rawurlencode(($string)))); }
and so on (IMHO =). Plz-plz-plz.
- The topic ‘[Plugin: Tweetstream] 2 Author: please update’ is closed to new replies.