I'm using uTwit on a 6.1.3 umbraco install. Installed the datatype and web package today.
I can display tweets happily, but I can't seem to get the urls of images in the returned tweets.
When I do <xsl:copy-of select="$tweetToDisplay"/>
The entities->urls section of the xml returned is always blank, Even if I have added a pic via the camera button in twitter to my tweet.
I can see the basic url in status->linkifiedtext, but this isn't the actual image url, just the link to the display page on twitter. I'm after the full url as stored in media_url_https in the media entity.
Can anyone give me any pointers? My app has include_entities=true set in the request query, altho from what I can see this is on by default anyway.
Cannot get media urls for twitpics.
Hi
I'm using uTwit on a 6.1.3 umbraco install. Installed the datatype and web package today.
I can display tweets happily, but I can't seem to get the urls of images in the returned tweets.
When I do <xsl:copy-of select="$tweetToDisplay"/>
The entities->urls section of the xml returned is always blank, Even if I have added a pic via the camera button in twitter to my tweet.
I can see the basic url in status->linkifiedtext, but this isn't the actual image url, just the link to the display page on twitter. I'm after the full url as stored in media_url_https in the media entity.
Can anyone give me any pointers? My app has include_entities=true set in the request query, altho from what I can see this is on by default anyway.
Any hints?
is working on a reply...