<error url="http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=nedfinity&include_rts=false&exclude_replies=1&include_entities=1&count=2">System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at umbraco.library.GetXmlDocumentByUrl(String Url)</error>
Tweets not displaying...(3?)
Greetings,
Since a few days we've been experiencing some issues regarding this plugin. It suddenly showing blank, on three different websites.
Looking over the other topics about this I've tried the following:
http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=NAME
works
<xsl:if test="not(umbraco.library:GetXmlDocumentByUrl($twitterXMLUrl,'60')//statuses/status)">
<p><em>No values retrieved from Twitter API.</em></p>
</xsl:if>
returns the error
http://twitter.com/statuses/user_timeline.xml?screen_name=NAME
works
<xsl:variable name="remoteXML" select="umbraco.library:GetXmlDocumentByUrl($twitterXMLUrl)" />
<textarea>
<xsl:copy-of select="$remoteXML" />
</textarea>
returns a
<error url="http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=nedfinity&include_rts=false&exclude_replies=1&include_entities=1&count=2">System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at umbraco.library.GetXmlDocumentByUrl(String Url)</error>
And once again i can't edit the above topic, the urls still show the companies name witch I wanted to remove..
Correction, URL's are not working when opened from the webserver
Allthough it was already happening yesterday, suddenly the url on the webserver started working again, and so do the tweets..
No idea wth was going on, but it seems it fixed itself?..
And it's broken again, i'm not sure it server or twitter related :(
is working on a reply...