Skip to content

Twitter

Steve McNiven-Scott edited this page Dec 17, 2018 · 2 revisions

About

Twitter widget to replace the pretty bad native sitefinity one based on Linq2Twitter.

This widget uses TweepSharp

Features

  • Fully cached (configurable cache) will help prevent throttle limits
  • Get home timeline, mentions, single tweet, or usertimeline
  • Servicestack Exposed for custom implimentations

Installation

  • Create an app on twitter
  • Visit /Sitefinity/Administration/Settings/Advanced/SitefinitySteveMvc
  • Click Twitter in the left sidebar
  • Add the keys from step 1
  • Done, enjoy
  • /RestApi/sfs/twitter/hello
  • /RestApi/sfs/twitter/list/home?take=10&format=json
  • /RestApi/sfs/twitter/tweet/{id}?format=json
  • /RestApi/sfs/twitter/list/retweets?take=10&format=json
  • /RestApi/sfs/twitter/list/user/{ScreenName}?take=10&format=json
  • /RestApi/sfs/twitter/list/mentions?take=10&format=json

Live preview

live

Designtime

design

Clone this wiki locally