-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: thdtjsdn/twitter-actionscript-api
base: master
head repository: blop/twitter-actionscript-api
compare: master
- 13 commits
- 87 files changed
- 2 contributors
Commits on Jun 6, 2012
-
Some modifications to use updated Twitter API endpoints and JSON. Add…
…ed some new properties. Not tested yet, just keeping track of my work.
Charlie Szymanski committedJun 6, 2012 Configuration menu - View commit details
-
Copy full SHA for 9113904 - Browse repository at this point
Copy the full SHA 9113904View commit details -
Some debugging. Fixed errors on Status and Entity parsers. Made sure …
…Boolean parameters get sent along properly in TwitterOperations. Some trace statements.
Charlie Szymanski committedJun 6, 2012 Configuration menu - View commit details
-
Copy full SHA for 52e87f9 - Browse repository at this point
Copy the full SHA 52e87f9View commit details
Commits on Jun 7, 2012
-
More conversion to updated API commands. Not a lot of testing.
Charlie Szymanski committedJun 7, 2012 Configuration menu - View commit details
-
Copy full SHA for 624d085 - Browse repository at this point
Copy the full SHA 624d085View commit details -
That might be everything updated. Still untested.
Charlie Szymanski committedJun 7, 2012 Configuration menu - View commit details
-
Copy full SHA for 94ef759 - Browse repository at this point
Copy the full SHA 94ef759View commit details -
updated twitter status to create twitter user properly. made utc offs…
…et an int.
Charlie Szymanski committedJun 7, 2012 Configuration menu - View commit details
-
Copy full SHA for c21cd65 - Browse repository at this point
Copy the full SHA c21cd65View commit details
Commits on Jun 21, 2012
-
Charlie Szymanski committed
Jun 21, 2012 Configuration menu - View commit details
-
Copy full SHA for a395421 - Browse repository at this point
Copy the full SHA a395421View commit details
Commits on Jun 26, 2012
-
Refactored API to use ITwitterOperation interface as opposed to Twitt…
…erOperation (not really sure why the interface even existed before if it wasn't being used there). Started a Twitter Streaming operation handler. This would use the Twitter Streaming API as opposed to the REST API. Basically lets you get notified rather than polling. For now it'll grab the appropriate data and convert into objects, but it needs to actually do something with them so it's not ready for use yet. For some reason Twitter will randomly return a 401 Unauthorized most of the time, and then spontaneously work. I cannot figure out why this happens. When it does happen, a keychain powered login box appears, but nothing works. There's no indication if this is on my end or Twitter's end. I've also tried using their OAUTH generator to get a curl command straight from them -- this has the same weirdness. Unless it starts magically working perfectly, I'm not sure the streaming API can be trusted...
Charlie Szymanski committedJun 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 23da15a - Browse repository at this point
Copy the full SHA 23da15aView commit details
Commits on Jun 27, 2012
-
A bunch of Streaming related data objects. A parser for the streaming…
… objects that returns a StreamingObject that has a type and one of the objects (most often a Twitter Status). New Twitter Streaming Event that has strongly-typed streamObject. TwitterStreamingOperation actually dispatches a Twitter Streaming Event when it has new data (once for each piece of data, not necessarily each chunk of progress). This seems pretty stable right now, but there are a lot of data types and so far I've only seen "friends" and status messages come through. Also, the "Count" parameter isn't available on User streams, so catching up via the streaming API seems impossible at this point. Sigh.
Charlie Szymanski committedJun 27, 2012 Configuration menu - View commit details
-
Copy full SHA for 8545cb0 - Browse repository at this point
Copy the full SHA 8545cb0View commit details
Commits on Jun 28, 2012
-
URLStream now closes if the HTTP Response from Twitter is greater tha…
…n 200. Some other checking.
Charlie Szymanski committedJun 28, 2012 Configuration menu - View commit details
-
Copy full SHA for afa73ae - Browse repository at this point
Copy the full SHA afa73aeView commit details
Commits on Jul 13, 2012
-
Updated OAUTH endpoints to https. The thing was weirdly working and t…
…hen suddenly stopped working. Nothing seemed to fix it except changing to https. Not sure if that's a placebo or if it actually fixed it.
Charlie Szymanski committedJul 13, 2012 Configuration menu - View commit details
-
Copy full SHA for 12ca15e - Browse repository at this point
Copy the full SHA 12ca15eView commit details
Commits on Jul 19, 2012
-
Apparently Twitter has a "media" entity type. Who knew?
Charlie Szymanski committedJul 19, 2012 Configuration menu - View commit details
-
Copy full SHA for e0c75c8 - Browse repository at this point
Copy the full SHA e0c75c8View commit details
Commits on Jul 27, 2012
-
Modified paramter generation to remove empty arrays.
Charlie Szymanski committedJul 27, 2012 Configuration menu - View commit details
-
Copy full SHA for 4ddee92 - Browse repository at this point
Copy the full SHA 4ddee92View commit details
Commits on Apr 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for d39bc44 - Browse repository at this point
Copy the full SHA d39bc44View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master