Skip to content

Implement remaining requests check on the proxy/client#43

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

Implement remaining requests check on the proxy/client#43
mpatnode wants to merge 1 commit intogalen:masterfrom
mpatnode: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

Comments