instagram

Sharing on Instagram on PC (web)

非 Y 不嫁゛ 提交于 2021-02-05 12:27:26
问题 Is there a way to implement sharing content from PC web app (Angular based) to a Instagram story/feed? I looked up the info, but all seems to deal with mobile application integration. As my app is not meant to be used on mobile devices (there's a link to install mobile application), so I'm interested exclusively in PC/laptop web implementation. Can anyone point me to some step by step implementation? (BTW I haven't figured out yet how to post a story or feed on Instagram on PC? Is it possible

load image url from instagram

有些话、适合烂在心里 提交于 2021-01-29 20:23:06
问题 Currently i want to get image from instagram url. the url is this https://www.instagram.com/p/B_zZCRpB895/media/?size=t what im doing now is this : $image = file_get_contents("https://www.instagram.com/p/B_zZCRpB895/media/?size=t"); i run it into my AWS server, but the result is go to login instagram. <!DOCTYPE html>\n <html lang="en" class="no-js not-logged-in client-root">\n <head>\n <meta charset="utf-8">\n <meta http-equiv="X-UA-Compatible" content="IE=edge">\n \n <title>\n Login •

Instagram Integration error 403

怎甘沉沦 提交于 2021-01-29 04:34:10
问题 During Instagram login using iOS (swift 3) app I am getting error which is below: {"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"} . Please help me to understand and solve above issue. 回答1: You're application has not yet been reviewed by Instagram and approved. Therefore, you must develop in Sandbox Mode. It's a pain in the butt, let me tell you. The gist of Sandbox mode is that you have to get a few of your friends on

Get access token of instagram API

安稳与你 提交于 2021-01-29 04:27:13
问题 I want to get the access token in order to diaply the images of an account. So I display a pop up where the user can connect. The pop up works but it redirects to instagram site, with the user connected instead of send me the code. The link to the connection is something like : https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id=aaaaaaaa&redirect_uri=url&response_type=token I log in and then, it redirects me to : https://www.instagram.com/oauth

Get access token of instagram API

爷,独闯天下 提交于 2021-01-29 04:23:43
问题 I want to get the access token in order to diaply the images of an account. So I display a pop up where the user can connect. The pop up works but it redirects to instagram site, with the user connected instead of send me the code. The link to the connection is something like : https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id=aaaaaaaa&redirect_uri=url&response_type=token I log in and then, it redirects me to : https://www.instagram.com/oauth

Instagramm API PHP Follow User

萝らか妹 提交于 2021-01-28 21:32:24
问题 at the Moment i try to implent the Instagramm API in a Website. Which is able to get Access Token and then follow a User. I searched Google but i wasnt able to find a usefull code Example for PHP ? Only thing i found was this https://github.com/cosenary/Instagram-PHP-API Now i coded this one here error_reporting(E_ALL); ini_set("display_errors", 1); require 'inc/Instagram.php'; require 'inc/InstagramException.php'; use MetzWeb\Instagram\Instagram; $instagram = new Instagram(array( 'apiKey' =>

C# Instagram - Invalid Scope

此生再无相见时 提交于 2021-01-28 04:01:07
问题 I'm creating a site where I want to show Instagram posts. I need access_token, so I'm following the flow, trying to get "code" Once it worked, but never again... The message is always "{"error_type": "OAuthException", "code": 400, "error_message": "Invalid scope field(s): basic,user_profile,user_media"}" string authUri = "https://api.instagram.com/oauth/authorize/?client_id=" + _clientID + "&redirect_uri=" + redirectUri + "&scope=user_profile,user_media" + "&response_type=code"; Process.Start

C# Instagram - Invalid Scope

孤街浪徒 提交于 2021-01-28 03:51:17
问题 I'm creating a site where I want to show Instagram posts. I need access_token, so I'm following the flow, trying to get "code" Once it worked, but never again... The message is always "{"error_type": "OAuthException", "code": 400, "error_message": "Invalid scope field(s): basic,user_profile,user_media"}" string authUri = "https://api.instagram.com/oauth/authorize/?client_id=" + _clientID + "&redirect_uri=" + redirectUri + "&scope=user_profile,user_media" + "&response_type=code"; Process.Start

“Invalid platform app” Error using Instagram Basic Display API

白昼怎懂夜的黑 提交于 2021-01-27 07:41:48
问题 I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error. Can anyone help me out from this? Error: {"error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app"} Code: val url="https://api.instagram.com/oauth/access_token/" + "?client_id=${InstagramId}" + "&client_secret=${InstagramSecret}" + "&grant_type=authorization_code " + "&redirect_uri=${RedirectUrl}" + "&code=${code}"

How to force Instagram to open a link in Safari rather than the in app browser

爱⌒轻易说出口 提交于 2021-01-27 05:22:42
问题 Instagram has added an inapp browser that automatically is used when links are opened. My websites need to be opened in a normal browser such as Safari (for iPhone). I am trying to figure out how to force it to redirect to a proper browser. If this link is opened through Instagram browser, it will request to be opened in safari, And I am trying to do this: http://ogurl.co/BOJ 回答1: To answer your question, the in app browser for Instagram or any app is a design decision made by the producer of