Skip to content

datenschleuder/zf-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zf-instagram

ZF-Instagram - Instagram Client for Zendframework, OAuth2 used for authentication and requires no Curl.

Installation:

Copy the folder "Instagram" into the directory "library/ZendX".

Example

return informations about a user:


$httpclient = new Zend_Http_Client();
$endpoint = new ZendX_Instagram_Endpoints_Users_Info();
$endpoint->setUserId(A USERID);

$instagram = new ZendX_Instagram_Api();
$instagram->setAccessToken(YOUR ACCESSTOKEN)
		  ->setEndpoint($endpoint)
		  ->setHttpClient($httpclient)
		  ->connect();

About

ZF-Instagram - A simple Instagram Client for Zendframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages