instagram

How do I authenticate an Instagram user who created an account with Facebook in an iOS app?

天涯浪子 提交于 2019-12-08 15:18:47
问题 I've created an iOS app that allows a user to log in with Instagram. I use a web view to display Instagram's authorization page as detailed here. This works great for Instagram users who signed up with a user name and password. However, Instagram also offers the option for new users to create an account using their Facebook account, and users who have gone this route are unable to log into my application because the Instagram login page doesn't give an option to authenticate with Facebook.

JQuery popup.(“open”) not working

安稳与你 提交于 2019-12-08 13:42:42
问题 I'm trying to open a popup window as soon as my page gets load with the help of .ready() function and below is the code within it. But the function below is not giving any response. Any other way to open jquery popups on page load?? if( access_token==""&&access_token==null) { $( "#popupDialog1" ).popup( "open" ) } The above code is integrated for an android app to be devloped using phonegap,html5,javascript etc 回答1: I think you should use || instead of && beacuse a variable can't be empty and

How to use iMacros with logic like if/else for instagram?

偶尔善良 提交于 2019-12-08 12:48:29
问题 I am using iMacros for instagram automation to create an auto-follower. I go to the hashtag section, then go to most recent, and I want to follow anyone in the "most recent section" that I am not already following. This is what I have: VERSION BUILD=844 RECORDER=CR URL GOTO=https://www.instagram.com/p/BRvYjUPjB7m/?tagged=scootershop TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow TAG POS=1 TYPE=A ATTR=TXT:Next TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow TAG POS=1 TYPE=A ATTR=TXT:Next TAG POS=1 TYPE=BUTTON

how to post a like or delete an instagram like using instagram api?

[亡魂溺海] 提交于 2019-12-08 12:17:52
问题 hi all could any one tell me how i can post a like and delete an instagram like using api? i tried to delete a like using this code but i dont get any response from ajax call. could any one tell me what i am doing wrong here ?is this possible doing php ?how? xxxxxxxxxxxxxxxxxx_xxxxxxxx ==> Media-Id such as: 23424343243243_2343243243 Instagram API Docs for Deleting Like <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <script type="text

How do I modify a GPUImageGaussianSelectiveBlurFilter to operate over a rectangle instead of a circle?

為{幸葍}努か 提交于 2019-12-08 11:03:41
问题 I have used the GPUImage framework for a blur effect similar to that of the Instagram application, where I have made a view for getting a picture from the photo library and then I put an effect on it. One of the effects is a selective blur effect in which only a small part of the image is clear the rest is blurred. The GPUImageGaussianSelectiveBlurFilter chooses the circular part of the image to not be blurred. How can I alter this to make the sharp region be rectangular in shape instead? 回答1

Why my Instagram API Permissions Decline with Policy Violation Red Tags for Social Media Marketing Business Model [closed]

风流意气都作罢 提交于 2019-12-08 09:40:03
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . We are developing web app with business model of Social Media Marketing, our app let people who consider them self as influencers, specifically instagram influencers can join us and share their own portfolio about working with brand as endorsement project which they share on their instagram account, and some

Get photos and likes with php via Instagram API

我怕爱的太早我们不能终老 提交于 2019-12-08 09:13:30
问题 While using an Instagram client_id API request like here: https://api.instagram.com/v1/users/{user-id}/media/recent/?client_id=YOUR-CLIENT_ID I can actually SEE both the image url and like-count in the JSON response, but can't figure out how to extract both. I can only seem to extract the image itself like so: <?php if (!empty($_GET['user_id'])){ $user_id = ($_GET['user_id']); // connect to the instagram API $instagram_url = 'https://api.instagram.com/v1/users/' . $user_id . '/media/recent/

Get follower List with userID Instagram

眉间皱痕 提交于 2019-12-08 04:23:48
问题 How can I get Following/Followers List with UserID rather than "self" using Instagram API, the service for getting list of follows for current instagram user logged in and it works https://api.instagram.com/v1/users/self/follows?access_token=ACCESS-TOKEN I try to modify self with an ID of Instagram User https://api.instagram.com/v1/users/6675420875/follows?access_token=XXXX but without success,the response is: { "meta": { "code": 400, "error_type": "APINotAllowedError", "error_message": "you

Get likes from instagram ad post via API

邮差的信 提交于 2019-12-08 03:28:00
问题 I have deal with problem. I want to load likes from ad posts with API. For this I use 2 methods: https://api.instagram.com/v1/media/shortcode/D?access_token=ACCESS-TOKEN with this method I get media-id of record https://api.instagram.com/v1/media/{media-id}/likes?access_token=ACCESS-TOKEN with this method I’m trying to get likes, but receive error, that media-id is incorrect. How to get likes from ad posts? 回答1: Well if it's saying your media id is not correct then its right. https://api

How can I get a list of followers from one instagram account?

两盒软妹~` 提交于 2019-12-08 02:46:56
问题 I am building a website and all i need is a list of followers from one Instagram account. I've gone through the steps to authenticate my web app with auth 2.0. I just realized that with this authentication I can only access the followers of the account to whom each access token belongs. Is there any other way that I could access the followers from my desired account? https://api.instagram.com/v1/users/4082347837/followed-by?access_token=AccessToken Output of API request:- { ["meta"]=> object