Kdyby / Facebook

[DEPRECATED] Use https://github.com/thephpleague/oauth2-facebook instead
Other
42 stars 36 forks source link

Resource iterator #11

Closed stekycz closed 11 years ago

stekycz commented 11 years ago

Iterates over Facebook resource using API for paging. It fetches data by ResourceLoader::$limit per page.

fprochazka commented 11 years ago

I would also add method iterate on class Facebook

public function iterate($pathOrParams, $method = NULL, array $params = array())
{
    return new Resource\ResourceLoader($this, $pathOrParams, $method, $params);
}
fprochazka commented 11 years ago

But hey, great work so far!

fprochazka commented 11 years ago

@stekycz thank you! :)