Welcome Guest, Not a member yet? Register   Sign In
Instagram API Library
#1

[eluser]vertmonkee[/eluser]
I have made a library for interacting with the Instagram API.

You can download it from https://github.com/ianckc/CodeIgniter-Instagram-Library

And see a sample demonstration at http://ianluckraft.co.uk/demonstrations/...ry/welcome

Use and enjoy.

Thanks
#2

[eluser]John Morton[/eluser]
Looks interesting. Thanks for sharing this.
#3

[eluser]Muhammad Hasan Same[/eluser]
Thanks for writing this wonderful library ,
how to logout from instagram?
#4

[eluser]Rob Pomeroy[/eluser]
[quote author="Muhammad Hasan Same" date="1335476930"]Thanks for writing this wonderful library ,
how to logout from instagram?
[/quote]

That would depend on how your application is storing login details. In my case, I'm using sessions, so logging out is as simple as:
Code:
$this->session->sess_destroy();
#5

[eluser]vertmonkee[/eluser]
[quote author="Muhammad Hasan Same" date="1335476930"]Thanks for writing this wonderful library ,
how to logout from instagram?
[/quote]

I've just had a look at the Instagram Authentication Endpoints and they still don't have an official Logout Endpoint.

In September 2011 a post was made to the Google Group to say they would add one soon.

http://groups.google.com/group/instagram...587f087af5

Something like Rob suggested would clear the user credentials from your app.
#6

[eluser]Unknown[/eluser]
I used this code but it appears to me only popular_media and not list of profile user, tag, ...




Theme © iAndrew 2016 - Forum software by © MyBB