android: how to get user photos in Instagram?
In my app my requirement is to get the user photos and show in my app. For that i am authenticate , got access token and enter username password but that shows you don't have permission to open this page. next how can i get user profile and photos. here my code is: String url ="https://instagram.com/oauth/authorize?" +"response_type=token" + "&redirect_uri=" + CALLBACK_URL+"&scope=basic"+"&client_id=" + CLIENT_ID ; WebView webview = (WebView)findViewById(R.id.webview); webview.setWebViewClient(new WebViewClient() { public void onPageStarted(WebView view, String url, Bitmap favicon) { String