Skip to content

Instantly share code, notes, and snippets.

View davidllorca's full-sized avatar
😄

David Llorca davidllorca

😄
View GitHub Profile
@davidllorca
davidllorca / InstagramOAuthActivity.java
Created March 9, 2016 08:38 — forked from j4rs/InstagramOAuthActivity.java
Android activity to authenticate using Instagram client side auth.
/**
*
*/
package com.bwuit.app.activities;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;