instagram

Instagram The remote server returned an error: (429) UNKNOWN STATUS CODE

孤街浪徒 提交于 2019-12-12 05:48:32
问题 I'm working on some new programs using my own instagram api. Everything is working fine with me except following user script i wanna follow my list of users id so i use this code foreach (var item in listBox1.Items) { WebRequest request = WebRequest.Create("https://api.instagram.com/v1/users/"+item+"/relationship?access_token=" + Common.token2); request.Proxy = null; request.Method = "POST"; string postData = "action=follow"; byte[] byteArray = Encoding.UTF8.GetBytes(postData); // Set the

App only approved for basic scope

和自甴很熟 提交于 2019-12-12 05:39:29
问题 So my app just got approved, but only with the basic scope. I am creating a MyFollowers app that track new, lost followers etc.. I added video showing my login. Then the amount of following, followers and posts. Then I showed sandbox users for not follow me back. These are the scopes I need: basic+follower_list+public_content+relationships Any ideas what to do to get more scopes accepted? 回答1: From the Instagram page: As of 10/1/2017, all permissions other than the basic permission will be

Redirect a user to instagram login using POST

。_饼干妹妹 提交于 2019-12-12 05:38:26
问题 I am working on a website which deals with Instagram pictures. I have to direct the user to Instagram login page for verification. This process needs my website to send few parameters in the URL, for authorization. The format is given below. From instagram docs - https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=code It works fine when I use GET request to hit the Instagram URL. But now I want to hide these values from the URL and hide it

share image to inastagram from own android application

∥☆過路亽.° 提交于 2019-12-12 05:38:16
问题 i m trying to share the image from my android application to instagram application......... i cant upload the image......... @SuppressWarnings("unchecked") public Map<String, String> doUpload() { Log.i(TAG, "Upload"); Long timeInMilliseconds = System.currentTimeMillis()/1000; String timeInSeconds = timeInMilliseconds.toString(); MultipartEntity multipartEntity = new MultipartEntity(HttpMultipartMode.BROWSER_COMPATIBLE); Map returnMap = new HashMap<String, String>(); // check for cookies /* if

get lying longitude and latitude from current bound or Cartesian coordinates/Rectangle shape

若如初见. 提交于 2019-12-12 04:36:41
问题 I am working to get Instagram results from a shape drawn on a map. Instagram needs lat and lon + radius. https://api.instagram.com/v1/media/search?lat=48.858844&lng=2.294351&access_token=ACCESS-TOKEN What my issue is I can do this if I use circle but for rectangle I am not getting what to send to api. My image/ map plus rectangle. If I use getBounds(); Then I get _northEast Object { lat=33.97980872872457, lng=-82.166748046875, equals=function(), more...} _southWest Object { lat=33

php curl login to instagram goes into redirection loop

坚强是说给别人听的谎言 提交于 2019-12-12 03:47:20
问题 I'm logging into instagram with curl and php and it goes in a redirection loop where a text similar to this is echoed with few variations between each echo > HTTP/1.1 301 Moved Permanently Location: https://www.instagram.com/ > Content-Type: text/plain Server: proxygen Date: Mon, 16 Jan 2017 > 12:53:26 GMT Connection: keep-alive Content-Length: 0 > > HTTP/1.1 200 OK Content-Type: text/html Vary: Cookie, Accept-Language, > Accept-Encoding Content-Language: en Pragma: no-cache Expires: Sat, 01

is it possible to upload images from my web application to instagram?

大憨熊 提交于 2019-12-12 02:48:57
问题 is it possible to upload images from my web application to instagram ??? if yes then how ?? i have tried this bellow code. but i dont khnow how to upload image ?? String clientId = "XXXXXx"; String clientSecret = "XXXXXXX"; String callbackUrl = "http://xxxx.com/InstaGram/Auth"; InstagramService service = new InstagramAuthService().apiKey(clientId).apiSecret(clientSecret).callback(callbackUrl).scope("comments").build(); String authorizationUrl = service.getAuthorizationUrl(EMPTY_TOKEN); System

Instagram photo to UIImageView

≡放荡痞女 提交于 2019-12-12 02:19:58
问题 can i show an instagram photo on my UIImageView? I was looking for media id and other options, but i can't find the format and the way to show this image for example: https://www.instagram.com/p/9W-K0wtq3v/ 回答1: I think: it will have two ways to achieve your goal *First: parse link web Instagram. If you view source your link give: you will find direct link to image: https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-15/e35/10729433_781480525295113_239273684_n.jpg So you can parse

Instagram error “You can not like this media”?

我们两清 提交于 2019-12-12 02:03:20
问题 I am using instagram API for developing my app. In my app , I am allowing user to like others media. For this I am using following url with parameters like mediaId and accessToken. "https://api.instagram.com/v1/media/%@/likes?access_token=%@",mediaId,accessToken Problem is Sometime I am getting error "You can't like this media". If you have any solution then please help. Thanks in advance. 回答1: It happens when you try to like a media of a private profile, and the access_token (user) you are

Instagram API rate limits and taking down the client?

六眼飞鱼酱① 提交于 2019-12-12 00:42:34
问题 So i recently have submitted my Instagram integration app to market, but I'm concerned about users who repeatedly use the app. If some users do not observe the rate limits, Instagram automatically limits their activity. But my question is whether this may result in Instagram taking down my client? I mean do i have to apply the limits within my app to prevent them from taking down my client? And if so, how can i have a backup client for emergency? And the other question is some limitations are