Questions tagged as 'instagram'

1
answer

Problem with 'Access-Control-Allow-Origin' in AngularJS

Follow the code angular.module('App', []) .controller('InstaController',function($scope, $http){ $scope.busca; $scope.buscar = function(){ $scope.getInsta($scope.busca); } $scope.getInsta = f...
asked by 14.11.2014 / 17:03
1
answer

How to do paging with the Instagram API?

I made a page to display Instagram photos that have some hashtag pre-selected by me. I used an example that I found on the internet (I can not remember the source) and I do not know how to paginate the photos. How can I make paging with the...
asked by 04.11.2014 / 22:13
0
answers

Instagram API needs access token to get public data

I need to consume the Instagram API to search posts with a hashtag set and extract the following information: User Number of likes Number of followers Post date As of Jul / 2016, however, you will need to use an access token to re...
asked by 03.05.2016 / 13:33
1
answer

API Instagram get information about a particular publication

Is it possible to access the media (of course public) without having the authorization of the user responsible for it? The idea is to know the number of tastings and comments of a particular publication via API. One of the alternatives I foun...
asked by 09.06.2016 / 15:51
1
answer

Problems with the Instagram API?

Hello. I need to get several Instagram post and for this I did a simple classes using CURL to get the Json from Instagram. For this I used a token and a normal userid. When the first request is made within the while block, it returns the json wi...
asked by 12.03.2015 / 20:58
1
answer

Embed the latest Instagram photos

I need to incorporate into a website the last 6 photos of an Instagram profile. I need something like this: Is this possible?     
asked by 14.11.2014 / 13:22
1
answer

Android: Instagram photos of a certain user

Scenery: In my app I want to show a user's photos. I am authenticating, I have access to the token and I can login with username and password but after login it says that I am not allowed to open this page. Code: PhotosActivity.java p...
asked by 24.07.2014 / 17:16
1
answer

Embed Instagram profile

I would like to know if there is any way to embed an Instagram profile, just like the Like Button or the Twitter Widget     
asked by 12.06.2014 / 16:20
0
answers

How to post links stories on Instagram

Does anyone know how to include a link field for Instagram stories in PHP? I already have all the code ready to post, but I do not know how to include one more field for the link, type this in the attachment. The link serves to show the "Drag...
asked by 25.10.2018 / 18:53
0
answers

How do I know if an image was actually shared on Instagram?

I'm developing an app that shares an image from within it to Instagram , it's in Ionic 3 . In the documentation of the plugin from Instagram to Ionic it says that the function returns whether the image was shared or not...
asked by 15.10.2018 / 20:10