Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thdtjsdn/twitter-actionscript-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blop/twitter-actionscript-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 87 files changed
  • 2 contributors

Commits on Jun 6, 2012

  1. 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 committed Jun 6, 2012
    Configuration menu
    Copy the full SHA
    9113904 View commit details
    Browse the repository at this point in the history
  2. Some debugging. Fixed errors on Status and Entity parsers. Made sure …

    …Boolean parameters get sent along properly in TwitterOperations. Some trace statements.
    Charlie Szymanski committed Jun 6, 2012
    Configuration menu
    Copy the full SHA
    52e87f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2012

  1. More conversion to updated API commands. Not a lot of testing.

    Charlie Szymanski committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    624d085 View commit details
    Browse the repository at this point in the history
  2. That might be everything updated. Still untested.

    Charlie Szymanski committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    94ef759 View commit details
    Browse the repository at this point in the history
  3. updated twitter status to create twitter user properly. made utc offs…

    …et an int.
    Charlie Szymanski committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    c21cd65 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2012

  1. better entity parsing.

    Charlie Szymanski committed Jun 21, 2012
    Configuration menu
    Copy the full SHA
    a395421 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2012

  1. 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 committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    23da15a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2012

  1. 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 committed Jun 27, 2012
    Configuration menu
    Copy the full SHA
    8545cb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2012

  1. URLStream now closes if the HTTP Response from Twitter is greater tha…

    …n 200. Some other checking.
    Charlie Szymanski committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    afa73ae View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. 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 committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    12ca15e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2012

  1. Apparently Twitter has a "media" entity type. Who knew?

    Charlie Szymanski committed Jul 19, 2012
    Configuration menu
    Copy the full SHA
    e0c75c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2012

  1. Modified paramter generation to remove empty arrays.

    Charlie Szymanski committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    4ddee92 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Merge pull request #1 from MrMetlHed/master

    Updated API
    dborisenko committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    d39bc44 View commit details
    Browse the repository at this point in the history
Loading