instagram-api

Upload media with Instagram API

对着背影说爱祢 提交于 2019-12-10 16:47:23
问题 Currently we are integrating Instragram with our platform and need a feature to automatically upload media (like youtube and facebook). We have gone thorugh the developer portal and found no documentation about media upload. I have googled for a while and no positive results. The below url(instagram offical API) lists the endpoint. It only has GET media related APIs https://www.instagram.com/developer/endpoints/media/ GET/media/media-id GET/media/shortcode/shortcode GET/media/search Question:

Why Instagram API return empty result?

纵然是瞬间 提交于 2019-12-10 15:55:42
问题 1) I'm in Sandbox mode 2) App have a Server-side (Explicit) Flow 3) "Disable implicit OAuth" checkbox active in Manage Clients 4) I have authorized my sandbox user - Instagram API returns data with access_token and user When i try to retrive some data from Relationship Endpoints Instagram API returns an empty data as this: {"pagination":{},"meta":{"code":200},"data":[]} Code: ACCESS_TOKEN = xxxxx url = 'https://api.instagram.com/v1/users/self/follows?access_token=%s' % ACCESS_TOKEN response =

how fetch recent unfollowers from instagram api?

南楼画角 提交于 2019-12-10 15:39:02
问题 justunfollow.com have a system for show recent instagram followers and unfollowers , instagram api just give me followers and following informations but we cant access for relations date info for each user ( follow and un follow ) by instagram api . now my question is , how ustunfollow.com work ? 来源: https://stackoverflow.com/questions/27101918/how-fetch-recent-unfollowers-from-instagram-api

Instagram iOS hooks getting the posted media id back

梦想与她 提交于 2019-12-10 15:16:16
问题 My iOS app is using the Instagram iOS hooks to post photos.. It works great and no issues over there. My Question is: Can I get the posted Media Id back from Instagram? Let me know if you need any further explanation here. Thx 回答1: I am also facing the same issue. I have done a lot of research but i didn't find any solution. So there is no way we can get back the Media Id. May be in future Instagram provide such solution, but currently there is no way to do so via programming in Mobile App.

Instagram API Retrieve Hash Media - next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead

主宰稳场 提交于 2019-12-10 14:48:17
问题 I want to fetch instagram hashtag media like iconosquare. So I'm using Cosenary PHP Api to kickstart my instagram project. After I authenticate/access the url with the $instagram->getLoginUrl() Then the page will redirect me to my callback url with ?code parameters. In my callback url's php files, I use the code and get my access_token : $data = $instagram->getOAuthToken($_GET['code']); $access_token = $data->access_token; So with the access_token, am trying to get coffee media tag files $url

Instagram API returning square only (cropped) images

一个人想着一个人 提交于 2019-12-10 11:44:36
问题 1 year ago Instagram migrated the API to support landscape and portrait formats. Looks like last week the api is returning a cropped square image. Example: https://www.instagram.com/p/BHLY4N0jMfA/ (the image is not square) Api endpoint (https://api.instagram.com/v1/tags/igapitest/media/recent) returns cropped square image: ... images: { low_resolution: { url: "https://scontent.cdninstagram.com/t51.2885-15/s320x320/e35/c224.0.631.631/13556933_1110271362362401_1093314529_n.jpg?ig_cache_key

Adding Features to Approve Instagram Client

心已入冬 提交于 2019-12-10 11:18:27
问题 I have an approved Instagram client (i.e. my app was reviewed an is live) and I wanted to add a new feature to the application. I've heard some applications were getting their clients revoked and I want to know, can I proactively submit my new features for approval before pushing them into production? Does anyone have any experience with this? I just want to avoid the plug being pulled because my customers pay for my application and use it daily. I'd like to avoid any service interruption. My

Is there a way to remove force_classic_login parameter?

元气小坏坏 提交于 2019-12-10 10:05:04
问题 When i request to sign in with my IG app, it automatically sends the user this weird login: And this URL is generated: "https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize%3Fclient_id....." I've noticed that if i remove the parameter force_classic_login= it takes me to the new branded one: Does someone know how to control it from SDK ? thanks ! 来源: https://stackoverflow.com/questions/48966453/is-there-a-way-to-remove-force-classic-login-parameter

Error 400: Bad request while fetching json data from instagram api via coldfusion

白昼怎懂夜的黑 提交于 2019-12-10 09:25:59
问题 Afraid to ask this question as I'm not able to create a jsfiddle for it, but hope someone will be able help. I'm trying to create a cfc in ColdFusion for an instagram login. That part is done. I'm using postman (google app) and by my credentials I can see the user's data in json, but when I'm converting this into ColdFusion it's giving an error. I tried to change the data-type, header and a lot of lines but am still getting the same error again and again. My code (replaced ids with xxx for

Accessing public Instagram content via Instagram API without expiring accesstoken

柔情痞子 提交于 2019-12-10 04:55:02
问题 i want to show public contents from instagram related to a specific hashtag (everything works fine with that) but i can't to renew the access_token everytime it expires. ("do not assume your access_token is valid forever." - https://www.instagram.com/developer/authentication/) To renew it manually is not an option i have to make sure there is a valid access_token at ANY time without re-authenticating. Any ideas or questions? :) 回答1: I have one idea, but without API (and access_token ). You