Closed zhexiao closed 9 years ago
Which Codebird version are you using?
/**
* A Twitter library in PHP.
*
* @package codebird
* @version 3.0.0-dev
* @author Jublo Solutions <support@jublo.net>
* @copyright 2010-2015 Jublo Solutions <support@jublo.net>
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
* @link https://github.com/jublonet/codebird-php
*/
what does print_r($inputArray['object_id']);
show?
$inputArray['object_id'] is a tweet id from twitter api home_timeline.
Thanks @zhexiao! This is now fixed.
No problem.
When i using this function :
it's return a error:
Fixed Solution: In function _mapFnToApiMethod(), change
to