instagram

Share photo to Instagram from my iOS App [duplicate]

对着背影说爱祢 提交于 2019-11-30 18:35:44
问题 This question already has answers here : How to share an image on Instagram in iOS? (17 answers) Closed 4 years ago . I have been searching a way to post photo to Instagram from a iOS app I am developing. But seeing some links , it seems to be they don't support write access using their API. So, Is it possible to share photo to Instagram from iOS by some API or Instagram API ? If possible can anybody please suggest me a tutorial or documentation to do that ? Their api says this... "At this

Instagram access token to retrieve any user feed

删除回忆录丶 提交于 2019-11-30 18:06:08
问题 Is it normal that I can get any users feed with the same access_token? Here are two examples. The first is from the test account, it is what I should have access to. And the second one is from the ImagineDragons's instagram feed. https://api.instagram.com/v1/users/510573486/media/recent?access_token=510573486.ab7d4b6.d8b155be5d1a47c78f72616b4d942e8d https://api.instagram.com/v1/users/20282699/media/recent?access_token=510573486.ab7d4b6.d8b155be5d1a47c78f72616b4d942e8d If so, why do I have to

Link to Instagram profile with user ID

限于喜欢 提交于 2019-11-30 17:44:26
I want to link to a profile/user account on Instagram. I have the user ID, but the I can't find the answer in the developer API documentation. I've tried instagram.com/userID and instagram.com/users/userID but these aren't working. Simple question: I have just a single <a> tag and I want to know what goes in the href to take the user to a specific instagram profile. Or possibly a window.location in javascript. Or if there's a way to get the username from the ID, I suppose I could also do it in that round-a-bout way... I am not aware of a solution, that makes it work as a simple link. You will

Instagram, How to get All photos by Tag?

て烟熏妆下的殇ゞ 提交于 2019-11-30 17:43:58
问题 So I can get how many posts have "SOMETAG": https://api.instagram.com/v1/tags/SOMETAG I can get images by tag: https://api.instagram.com/v1/tags/SOMETAG/media/recent But it returns only my user photos. How I can get All photos from all users with some tag (not one request)? 回答1: Your client is in Sandbox Mode and can only search for tags of photos posted by invited users. You have to login into https://www.instagram.com/developer, edit your client and click on the "GO LIVE" button. If the "GO

Is it correct that the Instagram Location/Search endpoint does NOT support pagination?

假如想象 提交于 2019-11-30 17:13:14
问题 I have read several postings about the fact that the Instagram API returns only 20 results at a time. In many cases, people have suggested that all you need to do is to use the next URL which is returned in the pagination information. I would be fine with that, but the JSON returned by https://api.instagram.com/v1/locations/search? does not appear to have any pagination information. I have seen a posting that says that /media/search does not support pagination. I just wanted to confirm that

Instagram api error bad request ios

 ̄綄美尐妖づ 提交于 2019-11-30 17:08:17
问题 Hi I am having an issue with Instagram while performing authentication process. It was working fine few weeks ago, nothing changed in the code. The issue now facing is that after a login process of Instagram, safari display an error "Bad request 400" and nothing more then that. 回答1: Recently I had the same problem with the Instagram api. Everything was working fine and suddenly 400 bad request - You must provide a client_id. I debugged the OAuth 2.0 flow and after extensive research realized

Limit posts from Instagram API on a Google Map based on radius in current window

半腔热情 提交于 2019-11-30 16:44:45
So I have the code below which is the front end on a node.js app which pulls Instagram posts with a certain hashtag. Right now it posts all over the world. Is there a way to limit the radius on the posts and if possible, limit to the window that is currently visible to the user? I'm using the Instagram Real Time tag subscription. function initialize() { var styles = [{ "featureType": "landscape", "stylers": [{ "color": "#808080" }, { "visibility": "simplified" }] }, { "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [{ "weight": 0.1 }, { "lightness": 100 }, {

Trying to access Instagram API using jQuery

南笙酒味 提交于 2019-11-30 16:35:36
I'm trying to use the Instagram API and I'm making AJAX requests in a do-while loop until the next_url is null. All I want this code to do is to fetch all the followers by making continuous requests until it's done. What is wrong in this code? When I remove the do-while loop it doesn't gives me an error, but as soon as a I use the AJAX request within a loop, it never stops. Clearly the $next_url string is not changing to the newly fetched next_url - why? What is wrong? $(document).ready(function(e) { $('#fetch_followers').click(function(e) { var $next_url = 'https://api.instagram.com/v1/users/

Create a tilt-shift filter like instagram in objective C

别来无恙 提交于 2019-11-30 16:33:55
I trying to create a tilt-shift filter of the image like instagram or iDarkroom in iOS. My proposed method is use different Gaussian Blur levels for the partial image. But I don't known how to control the area to apply different Gaussian Blur Levels, especially when User can change the effect area by rotate, scale, etc. Sorry about my complex presentation but simply, I want to create a tilf-shift tool for iOS like in Instagram. I search and found this powerful framework https://github.com/BradLarson/GPUImage , but it's not good solution if include this huge framework to my tiny apps I found

Instagram API custom image width

社会主义新天地 提交于 2019-11-30 13:25:42
问题 I am trying to set custom width for images in Instagram, using Instagram API. I am using hashtag to grab all images related. Can I ask Instagram to serve me custom image sizes? I know there are 3 sizes: thumbnail, low_resolution, standard_resolution. Is that all what I can get? Thanks! 回答1: Simple do a search and replace on _5 (or _6, ie) to get get your desired size (see below): Image sizes appear to be: http://distilleryimage7.s3.amazonaws.com/xxxxxxxxx_7.jpg 612px × 612px http:/