instagram-api

Instagram OAuth Returning “No matching code found” At Random Times

别来无恙 提交于 2019-12-13 04:53:06
问题 We seem to be experiencing a really strange problem when attempting to retrieve Instagram access tokens on the server side. We're seeing "No matching code found" errors at random times, but when it does happen it seem to be clumped, as in these errors aren't spread throughout the day but only seem to be within a random 15 minute or so period late in the night, and it's only happening for a very small percentage of users during that time as we can tell. We've looked at other possibilities,

Why does Instagram on Android not accept Intent.ACTION_SEND_MULTIPLE

坚强是说给别人听的谎言 提交于 2019-12-12 12:05:05
问题 The instagram app has support for multiple photo posts: https://help.instagram.com/269314186824048 http://blog.instagram.com/post/157572774352/170222-multiple Instagram documents how to share a photo to the Instagram app using intents here: https://www.instagram.com/developer/mobile-sharing/android-intents/ But it appears to not accept ACTION_SEND_MULTIPLE, so will only accept a single photo. Android documents this intent and an example of how to receive it here: https://developer.android.com

/tags/{tag-name}/media/recent endpoint returns media in unexpected order

匆匆过客 提交于 2019-12-12 11:48:55
问题 Up until recently the /tags/{ tag-name }/media/recent endpoint returned the media ordered by 'create_time' in descending order (from newer to older posts). But lately sometimes there are posts returned within a sequence that don't follow this logic, see the following example: A) Getting the latest 66 posts with tag "dinobots" (a total of two requests sent to the endpoint). I'm just outputting: data.media.create_time data.media.create_time formatted as date data.media.id (Mind you, I run this

Instagram new API, get items by tag

亡梦爱人 提交于 2019-12-12 10:48:55
问题 Last month Instagram API was updated and I can't understand how work with it. For example I want to get images via tag nexus5x . I do request to https://api.instagram.com/v1/tags/nexus5x?access_token=access_token and response is 200 '{"meta":{"code":200},"data":{"media_count":5066,"name":"nexus5x"}}' Can you explain me what to do next? I also tried get recent items https://api.instagram.com/v1/tags/nexus5x/media/recent?access_token=access_token but get this response 200 '{"pagination":{

Instagram Sharing button for iOS 9 & 10

﹥>﹥吖頭↗ 提交于 2019-12-12 10:21:23
问题 I am new to Programing, I've programed an iOS app which is almost completed, Now I want to integrate contents(Image, Text and URL) sharing capability to my app, I've achieved Facebook and Twitter Sharing functionality, But I am stuck at Instagram sharing functionality since two days. I've studied lots of material(earlier asked question here StackOverFlow, also tried MGInstagram and few other third party API's) but all of those are outdated & not working on iOS9 & iOS10, I tried to achieve

Getting other account's followers count by using Instagram API

点点圈 提交于 2019-12-12 06:48:19
问题 I want to show lists of famous Instagram Users with their followers count and profile pictures in my project. Is there any possible ways I can get real time followers count of other accounts by using there account id only? (I am developing with javascript, jsp, ajax). Please Help! 回答1: Please try this, $userID = "miketyson"; $myToken = "***some_valid_access_token***"; $userURL = "https://api.instagram.com/v1/users/" . $userID . "/?access_token=" . $myToken; $fgc = url_get_contents($userURL);

Instagram The remote server returned an error: (429) UNKNOWN STATUS CODE

孤街浪徒 提交于 2019-12-12 05:48:32
问题 I'm working on some new programs using my own instagram api. Everything is working fine with me except following user script i wanna follow my list of users id so i use this code foreach (var item in listBox1.Items) { WebRequest request = WebRequest.Create("https://api.instagram.com/v1/users/"+item+"/relationship?access_token=" + Common.token2); request.Proxy = null; request.Method = "POST"; string postData = "action=follow"; byte[] byteArray = Encoding.UTF8.GetBytes(postData); // Set the

App only approved for basic scope

和自甴很熟 提交于 2019-12-12 05:39:29
问题 So my app just got approved, but only with the basic scope. I am creating a MyFollowers app that track new, lost followers etc.. I added video showing my login. Then the amount of following, followers and posts. Then I showed sandbox users for not follow me back. These are the scopes I need: basic+follower_list+public_content+relationships Any ideas what to do to get more scopes accepted? 回答1: From the Instagram page: As of 10/1/2017, all permissions other than the basic permission will be

how to overcome “ValueError: read of closed file” in python 3.5.1

梦想与她 提交于 2019-12-12 01:13:34
问题 I have a python script which fetches the no. of posts, followers and follows from the instagram API. The first time I ran the script, it worked perfect and gave me the required data. The script is:-- for r in range(10,12): var=r,sheet.cell(row=r,column=2).value xy=var[1] ij=str(xy) myopener=Myopen() url=myopener.open('https://api.instagram.com/v1/users/'+ij+'/?access_token=641567093.1fb234f.a0ffbe574e844e1c818145097050cf33') beta=json.loads(url) item=beta['data']['counts'] data1.append(item[

Instagram API rate limits and taking down the client?

六眼飞鱼酱① 提交于 2019-12-12 00:42:34
问题 So i recently have submitted my Instagram integration app to market, but I'm concerned about users who repeatedly use the app. If some users do not observe the rate limits, Instagram automatically limits their activity. But my question is whether this may result in Instagram taking down my client? I mean do i have to apply the limits within my app to prevent them from taking down my client? And if so, how can i have a backup client for emergency? And the other question is some limitations are