instagram

Instagram realtime get post from callback

天涯浪子 提交于 2019-12-21 03:58:10
问题 Right, this is really working on my nerves, but Instagram has to do something about their bloody documentation. I am already trying for a week to live update my website with new instagram posts without refreshing the page. Twitter was fairly easy, but instagram is just one big mess. Basically I use the realtime Instagram API, the callback and all that stuff is working fine, but thanks to Instagram it does not return me an ID from the post that is new, the callback only returns some basic

How to use Instagram graphql?

﹥>﹥吖頭↗ 提交于 2019-12-21 02:46:12
问题 I'm using the following query https://www.instagram.com/graphql/query/?query_id=17851374694183129&id={acountId}&first=1000&after={cursor} to get an user followers. The information I need is the followed_by_count index that's only available per user on https://www.instagram.com/{username}?__a=1 Is there a query_id that includes the followed_by_count in the result? 回答1: This query_id code https://www.instagram.com/graphql/query/?query_id=17851374694183129&id=<user_id>&first=1000&after=<end

Open Instagram app from another android app and send an Image with a Caption

和自甴很熟 提交于 2019-12-21 02:25:05
问题 What I basically looking for is to open Instagram app from another app and send an Image with a caption. There is some useful documentation to do this in iOS. (iPhone-hooks) Do Instagram support to perform custom actions in Android like in iOS as described in iPhone-hooks? Below is the current code used in my application to perform this task partially. private void sendImageToIntagram(Activity activity) { Intent intent = activity.getPackageManager().getLaunchIntentForPackage("com.instagram

Is there a way to pull an instagram feed with PHP without logging in?

↘锁芯ラ 提交于 2019-12-20 15:30:21
问题 It seems that this solution no longer works - How to get a user's Instagram feed The new API requires an access token which is dynamically assigned after passing through a login page. Is there a way to still pull a feed programmatically through PHP without jumping through the new oauth hoops? This is useful for setting a crontab to automatically save new posts to a database. 回答1: Yes you can. You don't need to login or access_token to get the latest 20 posts. You just need to parse the json

OAuth (Instagram) without refresh

我是研究僧i 提交于 2019-12-20 12:38:14
问题 I have a single page javascript application, and I'm wondering if I can authenticate the user on Instagram without refreshing the page. I'd like to try to do something similar to the Facebook connect using javascript, where a Facebook dialog opens in a popup then calls a callback script after. Here's what I'm thinking it would do... On click, opens a dialog (popup) window where the user logs in to Instagram and the app is granted permission. In the popup window, the user is redirected back to

How to mention users with “@” in app like Instagram

旧时模样 提交于 2019-12-20 10:57:12
问题 I am creating an app that has photo sharing, and I am trying to add in the functionality to mention (or tag) users. Twitter is what originally starting using "@" with a username to tag users but now everything from Facebook to Instagram is using it. Is this something that is implemented on the iOS side or in the back end? I am currently programming the back end in Django, but for some reason I think this would be accomplished on the iOS end. There is surprisingly very little information out

Instagram subscription - Unable to reach callback URL - ONGOING

社会主义新天地 提交于 2019-12-20 10:25:14
问题 This issue has been posted many times before but I haven't found a solution yet. I've contacted Instagram Developer support but a week later I've still had no luck or a response form them so hoping someone here can help me out. My app has been approved by Instagram for basic permissions. Doing a Form POST to https://api.instagram.com/v1/subscriptions/ with all the relevant data (callback_url, object=user, aspect=media, verify_token, client_secret, client_id) to create a subscription for

How can I get an direct Instagram link from a twitter entity?

拟墨画扇 提交于 2019-12-20 10:23:26
问题 I have a twitter feed and I can find the instagram url in a tweet. { indices: [ 90, 110 ], url: "http://t.co/kF9EXifn", expanded_url: "http://instagr.am/p/QC8hWKL_4K/", display_url: "instagr.am/p/QC8hWKL_4K/" } What I need is to take the expanded url from that object "http://instagr.am/p/QC8hWKL_4K/" and get the link to just the image itself, not the image on the Instagram site. Anyone know how to do that? Can I even derive the that link from the url? 回答1: You can get just the image by

Instagram API limit reduced to 200 from 5000 [duplicate]

帅比萌擦擦* 提交于 2019-12-20 08:34:46
问题 This question already has answers here : Did Instagram change API rate limits on Mar 30, 2018? (5 answers) Closed last year . Does anyone have any clue why Instagram has reduced their hourly API request limit from 5000 to just 200? Is this a bug or the new normal? Do instagram partners undergo the same lowering of rate limit? The page on rate limits in the documentation is a broken link. :::UPDATES FROM INSTAGRAM via MAIL::: To summarize, Basically Instagram API is shutting down faster than