Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.7.0

Bug #19360 Missing parameter on API XML Map
Submitted: 2012-03-29 23:50 UTC
From: flavioheleno Assigned:
Status: Open Package: Services_Twitter (version 0.6.3)
PHP Version: 5.3.10 OS: Ubuntu 12.04 x86_64
Roadmaps: (Not assigned)    
Subscription  


 [2012-03-29 23:50 UTC] flavioheleno (Flávio Heleno)
Description: ------------ The search endpoint can receive "include_entities" as a boolean parameter, and it's definition is missing in api.xml, so the parameter is droped from request. Test script: --------------- require_once 'Services/Twitter.php'; $options = array( 'q' => 'php', 'include_entities' => true ); $twitter = new Services_Twitter(); print_r($twitter->search($options)); Expected result: ---------------- The returned statuses should have entities defined. Actual result: -------------- The returned statuses doesn't have entities defined.

Comments

 [2012-03-29 23:55 UTC] flavioheleno (Flávio Heleno)
-Type: Feature/Change Request +Type: Bug
 [2015-04-23 09:50 UTC] doconnor (Daniel O'Connor)
Feel free to throw a pull request in on github for this