Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hooked up more API #1

Merged
merged 22 commits into from
Mar 21, 2013
Merged

Hooked up more API #1

merged 22 commits into from
Mar 21, 2013

Commits on Feb 23, 2013

  1. Fix this header import.

    Frank Dowsett committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    9bb711e View commit details
    Browse the repository at this point in the history
  2. Correct some format strings.

    Frank Dowsett committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    3f775ea View commit details
    Browse the repository at this point in the history
  3. Remove some NSLogs.

    Frank Dowsett committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    3bf0d48 View commit details
    Browse the repository at this point in the history
  4. Forgot to import this header here.

    Frank Dowsett committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    4d0e9ae View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2013

  1. Allow the request to specify the field that the post data will be in.…

    … For example: setting a profile image uses "image" and statuses with media use "media[]".
    Frank Dowsett committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    b0867ed View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Use xcconfigs.

    Frank Dowsett committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    96f7fb5 View commit details
    Browse the repository at this point in the history
  2. Fix some shadowing of local variables.

    Frank Dowsett committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    befcef3 View commit details
    Browse the repository at this point in the history
  3. Fix two warnings.

    Frank Dowsett committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    c90bf57 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Standardise the OAuth method signatures for resources.

    Frank Dowsett committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    2d0c031 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2013

  1. Change the successBlock declarations to match the returned object.

    Align the API calls comments in the header and add the returned object as well as the count.
    Frank Dowsett committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    04a9b85 View commit details
    Browse the repository at this point in the history
  2. This will work better as a number than as a string.

    Frank Dowsett committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    eed36cf View commit details
    Browse the repository at this point in the history
  3. Convert the JSON that is returned from POST requests.

    Frank Dowsett committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    101583b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ca976 View commit details
    Browse the repository at this point in the history
  5. For some reason you have to send something in the body when deleting …

    …a tweet. I don't know if this is a bug on Twitter's end or ours.
    Frank Dowsett committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    09bb5e1 View commit details
    Browse the repository at this point in the history
  6. Add some more API functionality.

    Frank Dowsett committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    447d96d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. These don't need (and shouldn't have) semicolons.

    Frank Dowsett committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    75d2b82 View commit details
    Browse the repository at this point in the history
  2. Update the demo for eed36cf.

    Frank Dowsett committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    2d3befa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2013

  1. Fetching a timeline or a list of users will now return as many object…

    …s as it can.
    Frank Dowsett committed Mar 5, 2013
    Configuration menu
    Copy the full SHA
    5678b34 View commit details
    Browse the repository at this point in the history
  2. Clang isn't too thrilled with these semicolons.

    Frank Dowsett committed Mar 5, 2013
    Configuration menu
    Copy the full SHA
    77da4a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2013

  1. Merge branch 'upstream'

    Frank Dowsett committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    6a314d7 View commit details
    Browse the repository at this point in the history
  2. Don't need quotes here.

    Frank Dowsett committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    dbebf04 View commit details
    Browse the repository at this point in the history
  3. Shouldn't have committed this.

    Frank Dowsett committed Mar 17, 2013
    Configuration menu
    Copy the full SHA
    523b67d View commit details
    Browse the repository at this point in the history