instagram-graph-api

Sharing on Instagram on PC (web)

非 Y 不嫁゛ 提交于 2021-02-05 12:27:26
问题 Is there a way to implement sharing content from PC web app (Angular based) to a Instagram story/feed? I looked up the info, but all seems to deal with mobile application integration. As my app is not meant to be used on mobile devices (there's a link to install mobile application), so I'm interested exclusively in PC/laptop web implementation. Can anyone point me to some step by step implementation? (BTW I haven't figured out yet how to post a story or feed on Instagram on PC? Is it possible

Instagram API with PHP

本小妞迷上赌 提交于 2020-08-26 09:33:30
问题 I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their Api. Moreover I have read somewhere that it is not possible to post media contents using Instagram Api's. Is it true or we can now use Instagram to share media contents ? 回答1: Currently, it's only possible to post comments via the Instagram Graph API. You

Instagram API with PHP

て烟熏妆下的殇ゞ 提交于 2020-08-26 09:32:00
问题 I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their Api. Moreover I have read somewhere that it is not possible to post media contents using Instagram Api's. Is it true or we can now use Instagram to share media contents ? 回答1: Currently, it's only possible to post comments via the Instagram Graph API. You

Instagram basic display API - Getting Invalid platform app Error

♀尐吖头ヾ 提交于 2020-06-25 10:34:07
问题 I am getting Invalid platform app error while hitting oauth/access_token API on postman. Note - for app_id i am using Instagram App Id. Any solution for this? { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" } https://api.instagram.com/oauth/access_token?app_id=54219xxxxx359344&app_secret=190fac2eaacxxxxxxxxxd83e1cc0c382ec7&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fankush2016.github.io%2F&code=AQBSckcUcZ6edpLQlnt2NBCFgfhyJYfEBNW

instagram_graph_user_media & instagram_graph_user_profile permissions working only for test users

試著忘記壹切 提交于 2020-05-31 05:43:07
问题 I have an app that displays user's instagram media(like some of the dating apps). Also, my app has been reviewed successfully for permissions - instagram_graph_user_profile and instagram_graph_user_media and is in live mode . But in the Facebook Developer Console, the instagram icon is not turning up green . Please refer the screenshot. https://drive.google.com/open?id=1VnMHLqjTf1oRbvcm2g8Ol80AfB3JqMOg Flow to display the media is as follows. 1. My app ask users to authorize using https://api

instagram_graph_user_media & instagram_graph_user_profile permissions working only for test users

柔情痞子 提交于 2020-05-31 05:42:28
问题 I have an app that displays user's instagram media(like some of the dating apps). Also, my app has been reviewed successfully for permissions - instagram_graph_user_profile and instagram_graph_user_media and is in live mode . But in the Facebook Developer Console, the instagram icon is not turning up green . Please refer the screenshot. https://drive.google.com/open?id=1VnMHLqjTf1oRbvcm2g8Ol80AfB3JqMOg Flow to display the media is as follows. 1. My app ask users to authorize using https://api

Instagram Basic Display API Pagination

↘锁芯ラ 提交于 2020-05-28 06:49:19
问题 Is there anyway to use paging for the media results obtained using the Instagram Basic Display API? I've read the following documentations but they don't have any examples for using pagination: https://developers.facebook.com/docs/instagram-basic-display-api/reference/media/children https://developers.facebook.com/docs/graph-api/using-graph-api#paging I would like to limit the media returned in the response e.g. media 1-15 for the first call, then get the next set e.g. 16-30 in the next call.

Instagram : access_token is invalid

佐手、 提交于 2020-04-30 06:46:27
问题 I want to retrieve images of Instagram account. For that, I create app and generate access token and when I use that access_token. It's return error Error : /**/ jQuery1124087702457304885_1585566511276({"meta": {"code": 400, "error_type": "OAuthAccessTokenException", "error_message": "The access_token provided is invalid."}}) URL : https://api.instagram.com/v1/users/852059411961788/media/recent/?access_token