Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 22, 2015

  1. Add note about new changes

    vinkla committed Nov 22, 2015

Commits on Aug 27, 2015

  1. Merge pull request #159 from jublonet/feature/request-signing

    Use new signed requests format
    vinkla committed Aug 27, 2015

Commits on Aug 23, 2015

  1. Merge pull request #172 from jonathantorres/patch-2

    Typo on README.
    vinkla committed Aug 23, 2015
  2. Typo on README.

    jonathantorres committed Aug 23, 2015

Commits on Aug 10, 2015

  1. Merge pull request #169 from devisualy/patch-2

    Fix array phpdoc.
    vinkla committed Aug 10, 2015
  2. Fix array phpdoc.

    devisualy committed Aug 10, 2015

Commits on May 17, 2015

  1. Merge pull request #136 from cosenary/psr2

    Add PSR-2 supported syntax
    vinkla committed May 17, 2015

Commits on May 4, 2015

  1. Merge pull request #137 from licvido/revert-100-patch-1

    Revert "Update Instagram.php"
    vinkla committed May 4, 2015

Commits on May 3, 2015

Commits on May 1, 2015

  1. Merge pull request #100 from GMusliaj/patch-1

    Update Instagram.php
    vinkla committed May 1, 2015
  2. Add contributing guidelines

    vinkla committed May 1, 2015
  3. Add PSR-2 supported syntax

    vinkla committed May 1, 2015
  4. Merge branch 'bug/default-limit-fails' of https://github.com/ahojchri…

    …s/Instagram-PHP-API into ahojchris-bug/default-limit-fails
    
    * 'bug/default-limit-fails' of https://github.com/ahojchris/Instagram-PHP-API:
      Unspecified $limit parameters cause API to return error; Conditionally build $params to only pass $limit to API if explicitly set
    vinkla committed May 1, 2015
  5. Merge pull request #133 from sophiekovalevsky/master

    Set getTagMedia method as an authentication method.
    cosenary committed May 1, 2015

Commits on Apr 22, 2015

  1. Unspecified $limit parameters cause API to return error; Conditionall…

    …y build $params to only pass $limit to API if explicitly set
    
    check the value being higher than zero $limit > 0, update to $params[count] = $limit.
    Chris Rempel committed Apr 22, 2015

Commits on Apr 6, 2015

  1. Merge pull request #116 from vinkla/docs

    Add more spacing and cleanup docblocks.
    cosenary committed Apr 6, 2015
  2. Merge pull request #115 from vinkla/statements

    Cleanup if statements.
    cosenary committed Apr 6, 2015

Commits on Apr 5, 2015

  1. Cleanup if statements.

    Added spacing and removed unnecessary else statements.
    vinkla committed Apr 5, 2015

Commits on Apr 4, 2015

  1. Merge pull request #102 from vinkla/exception

    Add custom InstagramException.
    cosenary committed Apr 4, 2015
  2. Merge pull request #109 from vinkla/badges

    Add badges for downloads, releases and license.
    cosenary committed Apr 4, 2015
  3. Merge pull request #113 from licvido/master

    Added cURL option to return headers (fixes #111)
    cosenary committed Apr 4, 2015

Commits on Mar 29, 2015

  1. Add instagram exception.

    vinkla committed Mar 29, 2015
  2. Merge pull request #108 from vinkla/composer

    Change PHP version in composer.json
    cosenary committed Mar 29, 2015
  3. Merge pull request #107 from vinkla/tags

    Remove PHP tags from example snippets.
    cosenary committed Mar 29, 2015
  4. Remove PHP tags from example snippets.

    Since this is a PHP library those aren't really needed.
    vinkla committed Mar 29, 2015
  5. Merge pull request #99 from vinkla/gitignore

    Add .gitignore file
    cosenary committed Mar 29, 2015
  6. Merge pull request #98 from vinkla/attributes

    Add .gitattributes file for smaller download size.
    cosenary committed Mar 29, 2015
Older