---
title: "Authenticating an Play! Framework Application via Oauth2 and Instagram using Secure Social"
date: 2013-02-10T22:44:34+00:00
author: "poornerd"
tags: ["instagram"]
canonical: https://www.poornerd.com/2013/02/10/authenticating-an-play-framework-application-via-oauth2-and-instagram-using-secure-social/
source: Raw Markdown twin of the HTML article; content is the original source.
---
[<img class="alignleft size-medium wp-image-202" alt="Screen Shot 2013-02-10 at 23.33.09" src="https://www.poornerd.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-23.33.09-300x93.png" width="300" height="93" srcset="https://www.poornerd.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-23.33.09-300x93.png 300w, https://www.poornerd.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-23.33.09.png 780w" sizes="(max-width: 300px) 100vw, 300px" />](https://www.poornerd.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-10-at-23.33.09.png)In an ongoing quest to make sure that I can easily start a Play! Framework 2.0 project and connect with another popular Social Website via their API, I have just created an Instagram Provider for the Secure Social plugin for Play! Framework.   And it just works&#8230;.

Many Thanks to Jorge (<a href="http://twitter.com/jaliss" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');">@jaliss</a>) and his work on Secure Social: <a href="http://securesocial.ws/" onclick="javascript:pageTracker._trackPageview('/outbound/article/securesocial.ws');">http://securesocial.ws/</a> &#8211; he has now added my XING and Foursquare Providers to the master branch &#8211; they should be in on the next release!

The pull request is in github here: <a href="https://github.com/jaliss/securesocial/pull/149" onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');">https://github.com/jaliss/securesocial/pull/149</a>
