Skip to content

Comments

Add remaining request logic#51

Open
mpatnode wants to merge 1 commit intogalen:masterfrom
PopSugar:mp-remaining-requests
Open

Add remaining request logic#51
mpatnode wants to merge 1 commit intogalen:masterfrom
PopSugar:mp-remaining-requests

Conversation

@mpatnode
Copy link

In short the ApiResponse copies the latest remainder count into the current client.

    $instagram = new Instagram\Instagram;
    $instagram->setClientID(INSIGHTS_INSTAGRAM_CLIENT_ID);

    / /  Make lots of requests....

    $count = $instagram->getRequestsRemaining();

    if ($count < 10) {
             //  Do something about it
    }

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant