I am facing a problem with the new v1.1 twitter api. My problem is that when i am passing more then 1 parameter to any twitter request for example:
$twitter->statuses_homeTimeline(array(‘count’ => 10, ‘max_id’ => $max_id));
Then it’s throwing an error message that “Couldn’t authenticate you.”
Please help me regarding this.
Looking forward to your answer.
Thanks,
Rockshine