Basic Display API is an HTTP-based API that apps can use to get an Instagram user’s profile, images, videos, and albums.
Instagram Basic Display API
Limitiations
- Authentication — Instagram Basic Display is not an authentication solution. Data returned by the API cannot be used to authenticate your app users or log them into your app. If you need an authentication solution we recommend using Facebook Login instead.
- App Types — Apps designated as Business apps are not supported. If your app is a Business app use the Instagram Graph API instead or create a new non-Business app.
- Legacy IDs — Instagram Legacy API User IDs are not supported.
- Unsupported Media — IGTV, Stories, Reels, and Comments are not supported.
- Promoted Posts — Promoted Posts containing Instagram media are not supported.
- Insights — Insights are not supported.
Documentation Contents
| Overview Explanations of core concepts and usage requirements. | Get Started A short tutorial to get you up and running. |
| Guides Use case based guides to help you perform specific actions. | Reference Component and endpoint references. |
See Also
VS Code Installation
RHEL, Fedora, and CentOS based distributions#
We currently ship the stable 64-bit VS Code in a yum repository, the following script will install the key and repository:
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
Then update the package cache and install the package using dnf (Fedora 22 and above):
sudo dnf check-update
sudo dnf install code
Or on older versions using yum:
yum check-update
sudo yum install code
dead.letter (linux)
The man page for my mailx says a lot of things about set nosave and so on, but they don’t seem to work. The only way to stop your dead.letter file growing I have found is to replace it by a link to the special file /dev/null.
rm ~/dead.letter
ln -s /dev/null ~/dead.letter
Remove unwanted unneeded docker containers
docker system prune
Docker container ls -a
IG Video Resolution
| Type of Post | Recommended Aspect ratio | Recommended Size | Other Sizes Accepted |
| Instagram Feed videos | 4:5 | 1080 x 1350p | 1080 x 608p, 1080 x 1080p |
| Instagram Carousel posts | 4:5 | 1080 x 1350p | 1080 x 608p, 1080 x 1080p |
| Instagram Stories | 9:16 | 1080 x 1920p | 1920 x 1080p |
| IGTV videos | 9:16 | 1080 x 1920p | 1920 x 1080p, 1080 x 1350p (IGTV videos in the Instagram feed), 1080 x 1080p (IGTV videos on the profile grid) |
| Instagram reels | 9:16 | 1080 x 1920p | No |
| Instagram live videos | 9:16 | 1080 x 1920p | No |