|
GettingStarted
Please visit here for latest installation guidePrerequisites
OR Step 1. WSP Installation
This contains the WSP file, deploy solution batch file and retract solution batch file
Step 2. Register your Twitter Application
Step 3. Configuration of the Tweet webpart
Step 4. Configuration of the Show Tweets webpart
|
► Sign in to add a comment
Will it provide Ajax to auto refresh the webpart without have to refresh the entire page?
Hi there,
In case anyone's interested, my client wanted the Twitter feed to return all Tweets (not just theirs). You can do so by changing this line (ShowTweets?.cs, line 150):
TwitterStatusCollection? userTimeline = TwitterTimeline?.UserTimeline?(tokens, options);
to this:
TwitterStatusCollection? userTimeline = TwitterTimeline?.HomeTimeline?(tokens, options);
-Tracy
In Local system i am able to see the tweets in 'Show Tweets webpart' which is tweeted in www.twitter.com site with my acount. But i am not able see tweets(in 'Show Tweets' webpart) by tweet from 'Tweet webpart'. Please help me
Hi,
I'm attempting to deploy this twitter solution to my sharepoint 2010 farm but on the last deployment steps within the command prompt I receive: "Failed to find the XML file at location '14\Template\Features\BrickRed?.WebParts?. Facebook.Wall\feature.xml'"?
Hi,Its really useful post..i deployed it successfully but unable to get any feeds under "Show Feed" I would really appreciate in case of any solution or suggestion
Same problem as "pearl..", nothing showing up under "Show Feed". Can it be that Twitter have done some modifications that is not mentioned in the instructions above?
are you still facing the same issue or is it resolved now... please open an issue if you are facing the same problem so that our team can work on it.
Hi, I have managed to install the solution and I have it activated on my intranet. I have also create the access tokens from Twitter, but whenever I attempt to add the ShowTweets? webpart I receive the error page and have to go into the Maintenance Page to remove the web part. Does anyone know when this might be occurring? Thanks.