Copied to clipboard

Flag this post as spam?

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


  • Phil 54 posts 139 karma points
    Oct 17, 2014 @ 16:34
    Phil
    0

    uTweets in Umbraco 7.1.8

    I am trying to get uTweets working in my 7.1.8 install -

    I initially had a problem with Newtonsoft.Json, but updated the binary to the latest version and could install the project successfully.

    I have added all the necessary keys to the dictionary, and tried to add the LatestTweet macro. In the macro script, the following code is used:

     

    var t = new uTweets.Tweets();

    var result = t.GetTweets();

    However, result is returned null. When using

    var user = t.GetUser();

    user is also null.

     

    Any help to get uTweets working would be greatly appreciated.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Oct 17, 2014 @ 20:36
    Dennis Aaen
    100

    Hi Phil and welcome to our,

    Out of the box the package isn't compatible with Umbraco 7. But someone has be able to get it work with Umbraco 7.1.4. Maybe you can try to do the same and see if you can get it to work with Umbraco 7.1.8.

    Try to see this post: http://our.umbraco.org/projects/website-utilities/utweets/bugs-feedback-suggestions/48791-Umbarco-7

    I was able to install the package to Umbraco 7.1.8. by download the package unzip it add the dll file from the post above and zip it again, and the run the install local package process.

    I have not tried to add consumerkey/secret and accessToken/secret.

    Hope this helps,

    /Dennis

  • Phil 54 posts 139 karma points
    Oct 20, 2014 @ 09:48
    Phil
    0

    Hi Dennis,

    Thanks for the reply. I have installed the package locally and installation succeeded.

    However, the problem lies in the retrieval of data from the API - I now think this issue could be related to a proxy server within our network.

  • Phil 54 posts 139 karma points
    Oct 23, 2014 @ 21:06
    Phil
    0

    I can confirm that the uTweets package works perfectly with 7.1.8 when using the steps described by Stuart here:

    http://our.umbraco.org/projects/website-utilities/utweets/bugs-feedback-suggestions/48791-Umbarco-7

    I have installed Umbraco and uTweets on my home machine and everything is great - my earlier issue will have been down to restricted network settings.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Oct 23, 2014 @ 21:18
    Dennis Aaen
    0

    Hi Phil,

    Great to hear that you got it working.

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft