Broadcast a single twitter feed without giving the user the option to search
Broadcast a single twitter feed without giving the user the option to search
Are their any simple ways of embedding the Twitter Widget into an xaml page? I tried to use the NavigateToString. method but it hasn't worked with the widget script. Can someone give me the proper format and instructions to implement the Twitter API/Widget
It's pretty easy to issue a web request to your twitter account and display the results, there are plenty of examples of that, including one from Scott Gu. If you really need to use the html widget you can host that in a browser control in your xaml page - personally I don't recommend that approach.