instagram

Instagram API using Json.net

江枫思渺然 提交于 2019-12-24 02:16:30
问题 I'm working on a desktop program basically I'm just trying to collect information on a timer or loop so every time the loops runs it saves an ID from the JSON instagram has provided and then moves on to the net one and so on, I decided to test this on just a single image from the Json instagram provided which looks like this. {"pagination":{"next_max_tag_id":"1399847337728968","deprecation_warning":"next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead

How to find Instagram developer support?

女生的网名这么多〃 提交于 2019-12-23 20:23:50
问题 I am thinking on a project that uses insta APIs but when I signup for instagramdeveloper account I have some kinda issue with it. I cannot find a button to create new Client and when I hit Manage client button this is what I got: when I hit Registration Disabled button Nothing Happens. Is that mean am I ban from an Instagram developer account? please note I haven't created any kind of Client ID since I created an Instagram developer account. OR was this some kinda bug? How can I report my

curl -F what does it mean? php instagram

笑着哭i 提交于 2019-12-23 18:09:53
问题 I'm trying to figure out what this means? I want to be able to post something to Instagram's API, but not sure what curl -F means? I tried searching it on google, but it's not giving me much. Maybe someone with this matter can shine some light? Also, What is the best way to post to Instagram with this method? The documentation is asking curl -F 'access_token=ACCESS-TOKEN' \ https://api.instagram.com/v1/media/{media-id}/likes Can someone explain this to me? Thanks in advance! 回答1: curl is a

Instagram users/self/feed 404 errorcode

青春壹個敷衍的年華 提交于 2019-12-23 15:33:12
问题 I am trying to get myself mediafeeds information with the following API (using JInstagram library): https://api.instagram.com/v1/users/self/feed?access_token={valid access_token} The response code is 404. I am not sure what I'm missing since the access_token is valid, the API is listed in the Ruby library, but it can't be found on the develop website. I see there is a 404 error in this site for feeds to, but it are not same API. 回答1: Instagram changed their policy and also deprecated some

Instagram API media/search endpoint not respecting max_timestamp parameter

本小妞迷上赌 提交于 2019-12-23 14:24:26
问题 According to the Instagram API documentation, adding a max_timestamp parameter to calls to the /media/search endpoint should only return results who's timestamps are less than the max_timestamp (http://instagram.com/developer/endpoints/media/#get_media_search). However, this is not always the case. Take for example the following request: curl 'https://api.instagram.com/v1/media/search?lat=51.508515&lng=-0.12548719999995228&max_timestamp=1400700973&distance=5000&access_token=XXXXXXXXXX' I am

Instagram API media/search endpoint not respecting max_timestamp parameter

不羁的心 提交于 2019-12-23 14:21:27
问题 According to the Instagram API documentation, adding a max_timestamp parameter to calls to the /media/search endpoint should only return results who's timestamps are less than the max_timestamp (http://instagram.com/developer/endpoints/media/#get_media_search). However, this is not always the case. Take for example the following request: curl 'https://api.instagram.com/v1/media/search?lat=51.508515&lng=-0.12548719999995228&max_timestamp=1400700973&distance=5000&access_token=XXXXXXXXXX' I am

How to adjust html/css layout for instagram in-app browser?

江枫思渺然 提交于 2019-12-23 13:54:15
问题 I've been googling a lot, but found no clue for my problem. I have a tiny website (html/css only), that's looks nice on mobile Chrome. But on instagram in-app browser on Android 5.0 somethings goes wrong with paddings. Is there any way to deal with in-app browsers through media-queries or prefixes? So far I've found just nothing. Hope here someone could help me. Thanks in advance. P.S. Sorry for my poor English, I am working on it. 回答1: You can use JavaScript to detect the user-agent which

How to adjust html/css layout for instagram in-app browser?

你离开我真会死。 提交于 2019-12-23 13:53:58
问题 I've been googling a lot, but found no clue for my problem. I have a tiny website (html/css only), that's looks nice on mobile Chrome. But on instagram in-app browser on Android 5.0 somethings goes wrong with paddings. Is there any way to deal with in-app browsers through media-queries or prefixes? So far I've found just nothing. Hope here someone could help me. Thanks in advance. P.S. Sorry for my poor English, I am working on it. 回答1: You can use JavaScript to detect the user-agent which

Check if an Instagram account is public or private

孤街浪徒 提交于 2019-12-23 11:53:30
问题 I have looked this particular question: Find out whether a user has a public or private profile on instagram using API?, but I don't see a return bool value target_user_is_private as mentioned in the above question. I also don't see any other way to check; none of the endpoints on https://www.instagram.com/developer/endpoints/relationships/ seems to tell me if an account if private or not. Is there any way to check? 回答1: This endpoint returns target_user_is_private https://api.instagram.com

Why is instagram embed code only showing an instagram icon, not the image?

大憨熊 提交于 2019-12-23 08:27:37
问题 I was wanting to embed a photo from my instagram account in to my blog. I thought it would be a simple case of copying the embed code from the photo, paste it in to my editor and off I go. This doesn't seem to be the case though. As you can see from the screenshot, I get the photo information but no photo. If I put just an image tag in to the html the image shoes perfectly but not in the style of an instagram photo. i.e. <img src="https://www.instagram.com/p/BFbPlbwIceD" /> Does anyone have