<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 01:00:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[9Lessons.info: Login with Instagram OAuth using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17993</guid>
      <link>http://www.phpdeveloper.org/news/17993</link>
      <description><![CDATA[<p>
On the 9Lessons blog there's a recent tutorial showing you how to <a href="http://www.9lessons.info/2012/05/login-with-instagram-php.html">log into Instagram via OAuth</a> with the help of their <a href="https://www.box.com/s/4b763153ca5d99efa1e3">Instagram class</a>.
</p>
<blockquote>
The very quick registration gives you many users to your web project, we already published login with Facebook, Twitter and Google Plus now time to think about very popular photo sharing portal Instagram. This post explains you how to login with instagram Oauth API and importing user data. Create an instagram account and take a quick look at this demo thanks!
</blockquote>
<p>
The tutorial walks you through the process of setting up an application in the Instagram service, configuring the scripts with the API key/secret and callback as well as the code for a simple login page. They've also included code to grab the user's information and "popular media" from the web service and pull that information into a local MySQL database.
</p>]]></description>
      <pubDate>Wed, 23 May 2012 08:46:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SpyreStudios.com: Connecting with API Data from Instagr.am using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17556</guid>
      <link>http://www.phpdeveloper.org/news/17556</link>
      <description><![CDATA[<p>
On SpyreStudios.com there's a post showing you how to <a href="http://spyrestudios.com/connecting-with-api-data-from-instagr-am-using-php/">connect to the Instagr.am API</a> and pull data back with a bit of simple PHP.
</p>
<blockquote>
The process of connecting into API data via OAuth is tricky. Some of the more notable social networks which have adopted this technology include Foursquare, Twitter, and Facebook. But Instagram is a very popular mobile app which has grown tremendously fast. Their recent API v1.0 release has some really neat features where you can pull popular photos, recent users, follower lists, and a whole bunch more.
</blockquote>
<p>
He points to <a href="https://github.com/macuenca/Instagram-PHP-API">the Instagr.am PHP API scripts</a> that the service already provides and shows how to set up an application on your Instagr.am account. This application then has OAuth keys you can use to connect to the service (via the PHP API scripts) and pull back basic user information - profile picture, number of photos, followers, etc. There's also <a href="http://spyrestudios.com/demos/instagram-api/index.php">a live demo</a> you can test out.
</p>]]></description>
      <pubDate>Fri, 17 Feb 2012 10:02:43 -0600</pubDate>
    </item>
  </channel>
</rss>
