twitter stream api using Flex - apache-flex

I am trying to find a way to use the twitter stream API in a Flex application, just like TweetDeck(air) does, does anyone know how I can implement this? I tried to search for libraries but unsuccessful :(
Thanks

Have you researched the Twitter API?
http://apiwiki.twitter.com/w/page/22554648/FrontPage
http://apiwiki.twitter.com/w/page/22554679/Twitter-API-Documentation
You can use that information to write your own integration code between twitter and ActionScript / Flex.
There are some libraries out there if you google on Twitter ActionScript Libraries:
http://dev.twitter.com/pages/libraries#flash
Tweetr from that list is the one I've heard of before.
Also here is a Robotlegs tutorial that accesses twitter.

Related

Using Google Calendar with Freeboard

I am currently in the process of trying to set up a freeboard and I was wondering if there were any plugins for better calendar integration.
MRD
As far as I know, there isn't any calendar plugin available to be downloaded and integrated to Freeboard. Since it doesn't work using database, you won't be able to connect the Freeboard to such applications.
They recommend you to develop your own plugin and widget, by following this quick and easy tutorial. I would recommend you to give it a look and maybe try it, since for now, unfortunately, there isn't such type of plugin available for integration.
Hope this clarifies!

Are there examples of authenticating Desire2Learn api's using Flex or similar Adobe platform?

I'm new to Flex, not new to web services, but definitely not sure how to get started with authenticating as a user against the Desire2Learn API within the Flex platform.
Some examples would really help, and maybe promote some of the great tablet apps that could get developed. Are there any public samples out there? If not with Flex, then similar platforms?
Looking mostly here: http://code.google.com/p/desire2learn-valence/
There are no samples provided by Desire2Learn at this point. However, the source code for other platforms are posted. So you could take something like the c# code and combine that with the wiki docs in order to move it into flash/flex. (Also, javascript samples should be coming down the pipe)
If you create anything please feel free to contribute back to the project site.

How to implement google map API in C# Application?

I want to implement Google map API in my project.I have searched alot on internet but still i m not able to integrate it in my application. Any one help me how can i implement it in my application. Thanks in advance
CodePlex project : Use Google Maps API for .net
You can use some wrapper http://www.codeproject.com/KB/aspnet/csharp-google-static-map.aspx but I really think that it is better to do this in the Api native language (Javascript) and simply follow the documentation.

Facebook Connect for Qt

I am trying to use the facebook API provided by Nokia Developer:
http://www.developer.nokia.com/Community/Wiki/Facebook_Connect
I need to know what library or files should i include to connect to this API. And if you can provide me with any important guidelines it would be great.
Thanks,
Did you actually read the page you linked to? The first line has a link to the download location and the entire page is full of examples of how to use the API.
However, if you did follow the download link you'd see this:
Facebook is deprecating the old REST api upon which this library is
based on. The new api is called facebook graph api and that should be
used, the rest api breaks all the time so its not a good idea to use
it. Please look at http://gitorious.org/qfacebook for a Qt
implementation of the new facebook graph API
Which makes your question somewhat irrelevant.
With Qt 5, you can now use the V-Play Facebook Qt Plugin.
It wraps the native Facebook SDK around a QML item and thus has the advantage that native login functionality and the whole Facebook Graph API is available cross-platform.
There is a free sample, documentation and tutorials available here: http://plugins.v-play.net/plugins/facebook/

How to create custom Twitter Widget with C# in ASP.NET

i need to create my own twitter widget in my asp.net-c# website.How to get tweets from Twitter and Clear concern about the authorization properties.
There are several very good .NET libraries for communicating with Twitter.
I would recommend starting with Twitterizer (http://twitterizer.net).
You might also consider TwitterVB (http://twittervb.codeplex.com), which is a library that I developed for .NET.
Both of these libraries have had stable implementaitons of OAuth for some time.

Resources