I want to post pictures to Instagram from my web application, but found that currently it is not possible through the API.
But I found the posts.so website is able to do that.
How are they doing this?
This is not possible from the API, according to the answers to this question.
I think they have connections to the instagram and that is how they did it.
Related
Recently i found this endpoint https://www.instagram.com/{username}/?__a=1 that not requiers authentication for use.
I need to know if may use this endpoint for integrate in an mobile application.
The endpoint is not listed on instagram documentation.
But i dont understand. It's not possible to get instagram profile media data in anyway without authentication? I hate this.
tearing me apart.
Not a good idea to use it in a production app, API is undocumented and may stop working anytime, there was another undocumented API that a lot of people were using for few years in apps and it stopped working 3 weeks ago without any warning.
My team needs to download images linked to a hashtag on Instagram. However, it seems that this is not allowed via the Instagram API as the user that posted the image needs to give permission first. This is not a good user experience for the app that needs to be built. Does anyone know of an alternative way to get around this?
I am new to use the foursquare API,
I want to use the foursquare api's on my web development.
my question is,
i) can I call the foursquare api's directly from the web browser with out contacting the
server, Is there a way/mechanism to do so?
ii) If it should contact through the server what is the best optimum way to do so.
iii) pointing me to the specific document deals above the case would be also appreciated
Much appreciated for your quick.
For documentation and tutorials for the FourSquare API, reference: https://developer.foursquare.com/
Specifically, you would be using JS to do what you ask. It will be done in the web browser as it is a web API.
Get started here: https://developer.foursquare.com/start
Recently Instagram changed their API's policy, which means you can no longer like/follow/unfollow using their API unless you are approved by Instagram to do so.
I own the website http://instapromobiz.com which uses JavaScript and PhP to automate likes/follows/unfollows using Instagram's API. This was doing great until Instagram made this update and I can no longer perform these actions.
My question is, is there any way to perform these actions without using Instagram's API? Sites like http://instagress.com are still working so there must be another way to perform these actions without using their API.
Does anybody have any suggestions that might point me in the right direction? Thanks in advance.
You should submit your app for review. They usually answer quickly.
Go to Manage Clients (https://www.instagram.com/developer/clients/manage/), then click on Edit button of your App. Your submission can be made over Permissions tab.
But, unfortunatelly, it's probably Instagram won't authorize an app that do like/ follow automatically. They want to ensure an authentic and consistent experience for the Instagram Community, so those actions should be manual. Good luck.
I'm trying to make the app that will just post videos and images to Instagram BUT this will not be done automatically. It will be like normal post dialog like in Instagram app.
However my question is if I'm going to use that will it be attempt to replace the essential user experience of Instagram.com or the Instagram apps.
Regards, divjad---
Here's a link to the api docs for Instagram, though on quick inspection, it looks like it can handle uploads of images, though it doesn't mention video. Either way, it should tell you everything you need to know in here.
Please see links below
Instagram Developer's page for the api
Instagram Developer's page specific to iOS and Android