Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ambert van Unen 54 posts 96 karma points
    Aug 28, 2012 @ 14:13
    Ambert van Unen
    0

    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>

  • Ambert van Unen 54 posts 96 karma points
    Aug 28, 2012 @ 14:20
    Ambert van Unen
    0

    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

  • Ambert van Unen 54 posts 96 karma points
    Aug 28, 2012 @ 14:38
    Ambert van Unen
    0

    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?..

  • Ambert van Unen 54 posts 96 karma points
    Aug 29, 2012 @ 08:55
    Ambert van Unen
    0

    And it's broken again, i'm not sure it server or twitter related :(

Please Sign in or register to post replies

Write your reply to:

Draft