I can't get entities to show up at all simply browsing to

http://twitter.com/statuses/friends_timeline.xml?include_entities=true

Has this feature been pulled or am I doing something wrong?

J


On May 29, 1:02 am, Ellsass <cpa...@gmail.com> wrote:
> I've retooled my app a bit to avoid using "count=X" in my REST
> requests, and I've been getting theentitiesvery consistently.
>
> Is no one else having issues using 'count' along with
> 'include_entities'?
>
> On May 28, 12:23 pm, Ellsass <cpa...@gmail.com> wrote:
>
>
>
> > Strangely, it's working along with the parameter since_id under some
> > conditions.
>
> > My web app initially loads home_timeline?count=100 (the app is in its
> > infancy and only I use it, otherwise I'd be using since_id and a
> > cache). Every three minutes thereafter, an ajax call gets new tweets
> > using home_timeline?since_id=[id]&include_entities=true. That works --
> > it retrieves theentities.
>
> > However, if I manually refresh (i.e., call the exact same ajax
> > function explicitly rather than wait for the setTimeout to do it), I
> > get the error 500 page as the response, as described below.
>
> > On May 27, 9:40 pm, Ellsass <cpa...@gmail.com> wrote:
>
> > > For most of the day I was getting the newentitiesjust fine, but for
> > > the last hour or two my home_timeline XML request is met with the
> > > "Something is technically wrong." page as the response.
>
> > > I am using PHP & EpiTwitter. This works fine:
> > > $twitterInfo = $twitterObj->get_statusesHome_timeline(array("count" =>
> > > "$numTweets"));
> > > This was working for most of the day, but not recently:
> > > $twitterInfo = $twitterObj->get_statusesHome_timeline(array("count" =>
> > > "$numTweets" , "include_entities" => "true"));

Reply via email to