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

Added support for subscriptions to the real-time API #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philperusse
Copy link

I've added support for the real-time subscriptions API.
I've also added two files to show how it works. Pretty straight forward.

@leup
Copy link

leup commented Mar 19, 2014

Great work !

I had to modify the _makeCall function to make the delete subscription methods works.

Line 508 of your file

$apiCall = self::API_URL . $function . $authMethod . (('GET' === $method || 'DELETE' === $method) ? $paramString : null);

It seems that the parameters have to be send through the query string when the DELETE method is used.

@johannesnagl
Copy link

+1! but the coding standards are somehow … different then the original version ;) indendation seems a little bit broken.

@cosenary cosenary added this to the v.3.0 milestone Nov 8, 2014
@cosenary cosenary self-assigned this Nov 8, 2014
@philperusse philperusse mentioned this pull request Feb 24, 2015
GuidoBR added a commit to GuidoBR/instagram-api that referenced this pull request Aug 12, 2015
- Source cosenary#35
- Prestar atenção ao comentário sobre o método DELETE caso não funcione.
@angelxmoreno
Copy link

Any reason why this was never merged or updated?

@florianbeer
Copy link

This repo seems to be stale. I've made a fork and updated it with some new changes in Instagram's API: https://github.com/florianbeer/Instagram-PHP-API

@angelxmoreno
Copy link

angelxmoreno commented Aug 12, 2016

@florianbeer could you please provide a PR? 😄 I am sure @cosenary and others would appreciate it.

@florianbeer
Copy link

It's been here since Mar 8
#204

@angelxmoreno
Copy link

oh snap! I thought that fork was a recent thing you were referring to! Thanks @florianbeer

@cosenary can we get close this in favor of #204 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants