See all the existing messages here : https://dev.twitter.com/docs/streaming-apis/messages#Friends_lists_friends
Comments: Associated with changeset 34392: Version 0.9.0.0
- Stream is now updated to 0.9.0.0
- Streams are now using Unity
- Streams are now using Json.NET
- UserStream now implement all its messages but warnings and limits
- Streams like FilteredStream or SimpleStream now uses event instead of delegates
- OAuthToken is now a PerThread singleton, application wide credentials will soon be added to 0.9
- Updated Lang so that unexpected languages are now transformed into undefined instead of crashing the application :)
- Factories now have the ability to create an object from Json
- Coordinates have been re-activated to implement the FilteredStream and the coordinates array is now parse in the right order (to be tested more carefully based on the queries)
- Resolved bug with Location that could not be generated from Factory
Comments: Associated with changeset 34392: Version 0.9.0.0
- Stream is now updated to 0.9.0.0
- Streams are now using Unity
- Streams are now using Json.NET
- UserStream now implement all its messages but warnings and limits
- Streams like FilteredStream or SimpleStream now uses event instead of delegates
- OAuthToken is now a PerThread singleton, application wide credentials will soon be added to 0.9
- Updated Lang so that unexpected languages are now transformed into undefined instead of crashing the application :)
- Factories now have the ability to create an object from Json
- Coordinates have been re-activated to implement the FilteredStream and the coordinates array is now parse in the right order (to be tested more carefully based on the queries)
- Resolved bug with Location that could not be generated from Factory