Most voted "instagram" questions
Instagram is an online social network for photo and video sharing that allows its users to take photos and videos, apply digital filters and share them on a variety of social networking services such as Facebook, Twitter, Tumblr and Flickr.
Learn more…42 questions
Sort by count of
-
8
votes1
answer658
viewsHow to login to the site using Instagram, Twitter or Google+ account on Platform . NET (C#)
I’m looking to develop something of the kind but I have no references to how to do, could help me with some example?
-
6
votes2
answers680
viewsReal time update on Android apps
Looking at the API from instagram and doing searches on the internet I came across a big question, how they do synchronization of data in Real Time without having to save "photos and videos" in…
-
5
votes1
answer1555
viewsHelp with Instagram API
I’m trying to consume to API of Instagram and I observed here in stackoverflow community on the library so-called Instafeed.JS, with this I followed the official documentation of the same in your…
-
3
votes1
answer1087
viewsPhotos in different Ivs using instafeed.js
I’m using the instafeed.js API. I wanted instead of all photos appearing in the same div to appear one per div. I tried to use this example but it didn’t work: example instafeed.js on multiple Ivs,…
-
3
votes1
answer389
viewsPost something on my website and post automatically on facebook
Good afternoon, I have a question I’m wondering. I saw in a system something very interesting that is when the person publishes some content on her site, there is a button that you select to publish…
-
3
votes0
answers92
viewshow to mark people in instagram photo using PHP
how do I mark people in photos before uploading to instagram using php I am currently using this api and in it I can upload the photo with the desired text to instagram, but and I wanted to mark the…
-
2
votes3
answers2146
viewsCollect instagram tag images for website
Good night! I would like to create something like what you can see at the bottom of this page: http://www.theathletesfoot.com/ It presents all the photos that are being put with the tag…
-
2
votes1
answer157
viewsHow to open a browser with Python, Selenium and geckodriver?
I wrote an automation to follow people on instagram, but when I put Run in the code, it returns me in the log with no error, and still doesn’t open the browser for me to test the code. I think…
python selenium browser instagram geckodriverasked 3 years, 9 months ago Gleidson Marques dos Santos 21 -
2
votes1
answer87
viewsInstagram API returns data on the network but does not return in callback
I’m in a strange trouble and he’s just like that: I’m consuming the instagram API and it happens this happening the following thing: The return is displayed in the network tab of devtools, but in…
-
1
votes1
answer835
viewsHow do I pay with the Instagram API?
I made a page to display Instagram photos that have some hashtag preselected by me. I used an example I found on the internet (I don’t remember the source) and I don’t know how to make pagination in…
-
1
votes1
answer74
viewsauth_token Node.js > Instagram
To make a script work I need the auth_token of an instagram app, and that according to instructions I should(and am) doing so:…
-
1
votes1
answer1181
viewsProblem with 'Access-Control-Allow-Origin' in Angularjs
Follows the code angular.module('App', []) .controller('InstaController',function($scope, $http){ $scope.busca; $scope.buscar = function(){ $scope.getInsta($scope.busca); } $scope.getInsta =…
-
1
votes1
answer10290
viewsSite Integration - Instagram API - PHP
I don’t know what happened, but it was working on my Instagram integration site. I did a photo randomization. But out of the blue, the images no longer appear. For those who know the Instagram…
-
1
votes0
answers458
viewsInstagram API requires access token to get public data
I need to consume the Instagram API to search for posts with a hashtag set and extract the following information: User Number of Ikes Number of followers Date of the post However from Jul/2016 it…
-
1
votes0
answers19
viewsGet the userid and accessToken from Instalgram on Facebook Developers
I have this script from Instafeed, that has always worked very well. <script type="text/javascript" src="<?php echo $dir_base; ?>js/instafeed.min.js"> </script> <script> var…
-
1
votes1
answer586
viewsHow to press the Instagram follow button? with python
I’m trying to create a robot to follow people on Instagram, but I saved on the most important part, to click to follow the person. I’m using the python language and the Selenium, gnt I’ve put from…
-
1
votes0
answers38
viewsProblems clicking with javascript ( npm puppeeter )
Good morning, afternoon or evening reader. As the title says, I am creating an application to automate my instagram with Puppeteer and I arrived at this button, which I am not able to click. I tried…
-
1
votes1
answer256
viewsClick the Follow Instagram button with Selenium C#
I would like to know how to press the follow button of Instagram with Selenium, I have tried several ways and none I can press. Always says or that the element is not clickable or cannot find the…
-
0
votes2
answers2131
viewsEmbed Instagram profile
I wonder if there is any way to incorporate an Instagram profile, as there is the Like Button or the Twitter Widget
instagramasked 10 years, 5 months ago Felipe Viero Goulart 3,693 -
0
votes1
answer522
viewsAndroid: Instagram photos of a particular user
Setting: In my app I want to show the photos of a user. I am authenticating, I have access to the token and I can log in with user and password but after logging in it says that I am not allowed to…
-
0
votes1
answer936
viewsEmbed latest Instagram photos
I need to embed in a website, the last 6 photos of an Instagram profile. I need something like this: That’s possible?…
-
0
votes1
answer408
viewsProblems with the Instagram API?
Hello. I need to pick up several Instagram posts and for that I made a simple classes using CURL to pick up Json from Instagram. For this I used a token and a normal userid. When the first request…
-
0
votes0
answers2460
viewsShare link on Instagram
Has to share link on Instagram with the same ease with what I do on Whatsapp by my site? Example: Whatsapp://send? text=http:// There is something simplified like this for Instagram?…
-
0
votes1
answer254
viewsIs it possible to analyze Instagram data (BI) via API?
You can use the instagram API for BI analytics, such as the number of likes, followers, times that posts have had more interactions, and Etc? I will need to review over 100 accounts with…
-
0
votes1
answer52
viewsEnable Instagram Feed on the home (index) of the site
How do I place the Instagram Feed plugin feed on my home page? The rest is quiet, but at first I’m not getting.
-
0
votes0
answers3643
viewsHow do I share a direct URL or image on Instagram?
How it’s done on Facebook: http://www.facebook.com/sharer.php?u=<?php echo MINHA_URL;?> And on Twitter: https://twitter.com/intent/tweet?text=<?php echo TEXTO.' '.MINHA_URL?> I walked…
-
0
votes1
answer2876
viewsInstagram API get information about a particular post
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 likes and comments of a particular post via…
-
0
votes1
answer165
viewsCapture my own number of followers
I’m trying to get a get of my follower number via Instagram API. I already own my clientId, mine userid and my accessToken. With the use of instafeed.js I can already access the feed. But whenever I…
-
0
votes0
answers142
viewsLogin com instagram em app Android
I have a beginner’s doubt that this is causing me a certain inconvenience. How to log in with an Instagram account and pick up the list of followers and people I follow? I’ve seen several video…
-
0
votes1
answer196
viewsError 403 on request via $.ajax to instagram
Does anyone know why this request via error 403 ajax and URL works normally? instagram changed their api and I found this code that serves as a media pagination, when I request via ajax it from the…
-
0
votes0
answers107
viewsHow do I know if an image was actually shared on Instagram?
I’m developing an app that shares an image from inside it to the Instagram, is in Ionic 3. In the plugin documentation Instagram for Ionic says that the function returns whether or not the image was…
-
0
votes1
answer98
viewsInstagram Scrapping
This is my first python program and basically my first one with programming (since html does not fit kkk). I had the idea to map the information of an entire city as profiles of people, of…
-
0
votes1
answer260
viewsError The user denied your request when trying to generate Instagram Access Token
I registered my account in the Instagram development area to generate Access Token but when I generate it ends up denying the request. I’ve performed the same process on other accounts but on this…
instagramasked 5 years, 7 months ago Gabriel Schmidt Cordeiro 728 -
0
votes1
answer202
viewsHow to add instagram thumbnail
I’m customizing a theme from Tray, in it I have in the footer a thumbnail of facebook, which is added with the following code: <div class="fb-page" data-href="https://www.facebook.com/{{…
-
0
votes1
answer452
viewsError making a loop for comments on instagram, who helps me? Python Selenium
I need to make a loop that picks up line by line from a file. txt and post as comment on instagram. Through a test I managed to print the first 10 lines of a file. txt arquivo =…
-
0
votes0
answers31
viewsIn Instabot, how can I make the program ask the user again if he misses the password or username?
from instabot import Bot bot: Bot = Bot() print('Bem vindo ao Fox_InstaBot!\nFaça seu Login.') ret = bot.login(username=str(input('User_Name:')), password=str(input('User_PassWord:'))) I’m using the…
-
0
votes2
answers109
viewsInstagrambot: When trying to like instagram photo, class is not found
I started to develop an API for instagram. Everything is working normally, however the line code that like the publication is not finding the class. The class: Code to enjoy: def curtir_fotos(self,…
-
0
votes0
answers22
viewsRequests library not working on Instagram analysis tool on Google Collab
I am developing a very simple tool to simply collect the number of followers of Instagram accounts. I am doing by Google Collab since the company I work imposes several security restrictions when it…
-
0
votes0
answers7
viewsHow to extract all comments from an instagram profile to an excel file?
Hello! I’m running a scraper to extract comments from open instagram profiles for an excel. However, the code I’m using extracts each comment to a notepad, separated into folders by post and…
-
-1
votes1
answer1025
viewsAPI Instagram - Search for public photos by TAG
I want to get all photos with a specific HASHTAG, but when using the following URL offered by the Instagram API... * https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN *…
-
-2
votes0
answers49
viewsHow are instagram videos shot?
I wonder how the videos run if there is no video tag…
-
-3
votes1
answer332
viewsPosts automaticas instagram php
I’m having trouble developing a php script to make automatic publications on Instagram, the same has a API for these publications, with support for CRUD, but for that, it is necessary that I be part…