Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Greetings! I'm trying to add a Twitter feed to an Umbraco project using the uTweet package. I've exhausted all solutions. Heres some more info:
Umbraco version: v6.1.6 (assembly version 1.0.5021.24867)Newtson.Json version: 4.5.11.15520
I added Json version because another solution was to update this but didn't work in my case.
Finally, my code:
var t = new uTweets.Tweets();
var tResult = t.GetUserTweets("umbraco");
Many thanks,
Joseph.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
utweet - GetUserTweets("umbraco") always NULL
Greetings! I'm trying to add a Twitter feed to an Umbraco project using the uTweet package. I've exhausted all solutions. Heres some more info:
Umbraco version: v6.1.6 (assembly version 1.0.5021.24867)
Newtson.Json version: 4.5.11.15520
I added Json version because another solution was to update this but didn't work in my case.
Finally, my code:
var t = new uTweets.Tweets();
var tResult = t.GetUserTweets("umbraco");
Many thanks,
Joseph.
is working on a reply...