[twitter-dev] include_entities parameter not working

2010-11-18 Thread Joppe
I can't get the entities property when i make a timeline call. It simply doesn't work in my application (CodeIgniter http://www.haughin.com/code/twitter/ twitter library) and on the twitter dev test console: http://dev.twitter.com/console I tried all timeline calls with include_entities=true,

Re: [twitter-dev] include_entities parameter not working

2010-11-18 Thread Taylor Singletary
Hi, Our console is woefully inadequate for testing these kinds of things. I recommend Apigee's Twitter API console instead: http://app.apigee.com/console/twitter That said, entities should work for you if the request is properly formed. I don't know much of anything about CodeIgniter or how the