instagram

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":{

Call Instagram API from localhost

匆匆过客 提交于 2019-12-12 09:40:19
问题 Is it possible to get INSTAGRAM user details through API from localhost ? Because I am trying to doing this from localhost but unable to fetch the information. After click the login url it redirect me to the INSTAGRAM and after successfully login and authorize the apps it redirect me properly in my callback URL with code. But when I am trying to fetch the info (cURL) using access token then it return null. But same code run perfectly in live. 回答1: Make sure the Curl option CURLOPT_SSL

Dealing with Instagram APIs (JSON + PHP)

纵饮孤独 提交于 2019-12-12 09:15:24
问题 I'm new to PHP and I can't figure out how to deal with Instagram APIs in order to (for example) extract a list of links to the standard resolution images by recent 3 items published by the user_id 3. Here's what I created till now: <?php function get_instagram($user_id,$count) { $user_id = '3'; $count = '3'; $url = 'https://api.instagram.com/v1/users/'.$user_id.'/media/recent/?access_token=13137.f59def8.1a759775695548999504c219ce7b2ecf&count='.$count; $jsonData = $json_decode((file_get

How to share text/photos/videos into Instagram in ios

懵懂的女人 提交于 2019-12-12 08:08:39
问题 I want to share text/photos/videos into Instagram. I am searching this for a long time but i didn't get any proper documentation. If anybody knows about share on instagram please let me know. 回答1: Instagram Media Endpoints At this time, uploading via the API is not possible. We made a conscious choice not to add this for the following reasons: Instagram is about your life on the go – we hope to encourage photos from within the app. However, in the future we may give whitelist access to

ios iphone hooks open instagram directly without showing UIDocumentInteractionController

若如初见. 提交于 2019-12-12 07:59:59
问题 I'm integrating sharing images through instagram in my app. I've read their documentation. It seems that I need to use the iOS UIDocumentInteractionController to allow this (I understand that it allows access to files in my app's sandbox). Digging deeper, I came across this library which makes things very straightforward. The problem I have with it is that it presents the action sheet (which only has one button - Instagram...) How can I use the instagram hooks , with the

Instagram API Request Limit Max 200 only? (2018 April) [duplicate]

☆樱花仙子☆ 提交于 2019-12-12 06:49:24
问题 This question already has answers here : Did Instagram change API rate limits on Mar 30, 2018? (5 answers) Closed last year . Anyone know the limit request for the Instagram API Token? Since Mar 30, the IG is not showing the posts from IG. As I have more than 20 sites using the same API request. This is the error given by the API url: { "error_type": "OAuthRateLimitException", "code": 429, "error_message": "You have exceeded the maximum number of requests per hour. You have performed a total

Trouble with Instafeed.js

萝らか妹 提交于 2019-12-12 06:37:33
问题 I am just creating a basic page that shows Photos from Instagram using the Instafeed.js library. I followed the tutorial but when I open my HTML page, I just see pixilated images and not the actual images. When I open the console, I get the error net::ERR_FILE_NOT_FOUND next to each photo. Here is the code: <script type="text/javascript" src="instafeed.min.js"></script> <div id="instafeed"></div> <script type="text/javascript"> var feed = new Instafeed({ get: 'tagged', tagName: 'awesome',

R 3.2.2: “rjson” and “RJSONIO” package installed, but error using “fromJSON”

你。 提交于 2019-12-12 05:58:13
问题 I've been having a lot of trouble using the "fromJSON" command. I'm trying to collect instagram data using their API, and this command isn't working. I'm using R and I have both packages for converting JSON to R installed, but I keep getting the following error: Error: could not find function "fromJSON" I use R Studio and R 3.2.2 for Windows 8 x64. I tried searching and couldn't find a solution. Any help would be appreciated. 回答1: Installing the package alone doesn't suffice. You need to load