ZF-7133: 'since_id' parameter casted to integer in Zend_Service_Twitter
Description
The 'since_id' parameter is casting to integer, but it should be a float in Zend_Service_Twitter in the following functions: - statusFriendsTimeline() - statusReplies() - directMessageMessages() - directMessageSent()
Please inspect the following line in each function: $_params['since_id'] = (int) $value;
Comments
Posted by Balazs Varkonyi (vbali) on 2009-06-26T08:07:33.000+0000
Sorry, this issue is the dupe of ZF-7122