How to get media from clients Instagram and Facebook public page on the server side?2019 Community Moderator ElectionDesign for Facebook authentication in an iOS app that also accesses a secured web serviceHow to link many client instagram to a facebook pageHow to use Facebook Graph API to read Instagram userInstagram API using Facebook Graph PermissionsHow to transition to Instagram Graph API for /users/self/mediaIs it possible to create comments in public media using Instagram Graph API?Get instagram own/self feed with facebook graph apiCan't get Instagram Business Account ID through Facebook Graph APIFacebook Graph API – Website fetching from Instagram Page – ScreencastFacebook Graph API, v3.2 - How to get user media for an Instagram account (3.6.2019)?
Does someone need to be connected to my network to sniff HTTP requests?
What do Xenomorphs eat in the Alien series?
Are there verbs that are neither telic, or atelic?
Brexit - No Deal Rejection
Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?
A Cautionary Suggestion
Welcoming 2019 Pi day: How to draw the letter π?
Is there a data structure that only stores hash codes and not the actual objects?
Is it normal that my co-workers at a fitness company criticize my food choices?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
Is it possible to upcast ritual spells?
How could a scammer know the apps on my phone / iTunes account?
Who is flying the vertibirds?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
My adviser wants to be the first author
How to create the Curved texte?
Why did it take so long to abandon sail after steamships were demonstrated?
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
If curse and magic is two sides of the same coin, why the former is forbidden?
Are all passive ability checks floors for active ability checks?
What options are left, if Britain cannot decide?
In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf
Why doesn't using two cd commands in bash script execute the second command?
Happy pi day, everyone!
How to get media from clients Instagram and Facebook public page on the server side?
2019 Community Moderator ElectionDesign for Facebook authentication in an iOS app that also accesses a secured web serviceHow to link many client instagram to a facebook pageHow to use Facebook Graph API to read Instagram userInstagram API using Facebook Graph PermissionsHow to transition to Instagram Graph API for /users/self/mediaIs it possible to create comments in public media using Instagram Graph API?Get instagram own/self feed with facebook graph apiCan't get Instagram Business Account ID through Facebook Graph APIFacebook Graph API – Website fetching from Instagram Page – ScreencastFacebook Graph API, v3.2 - How to get user media for an Instagram account (3.6.2019)?
I know it's probably a common question but i couldn't find a solution for my specific case. We have created a Facebook App on our Business Facebook account and the client has given us page moderator permission on his page. Using this we have been able to generate a Never expiring page token and download the posts from the clients page. We would like to do the same for the clients Instagram posts.
After reading the GraphAPI docs i have concluded that we need "instagram_basic" permissions from the client but when i choose page in the Graph API Explorer and try adding "instagram_basic" permission the whole API Explorer disappears.
We do not have the Instagram Business account but the client has. His posts are all public and we need only his posts. I'm confused by the docs what tokens can we use. Page token seemed appropriate for Facebook but not for Instagram. This is all downloaded server side and mashed together with the clients other blog posts and similar feeds. There is no App involved so no Facebook, IG login.
facebook-graph-api instagram
add a comment |
I know it's probably a common question but i couldn't find a solution for my specific case. We have created a Facebook App on our Business Facebook account and the client has given us page moderator permission on his page. Using this we have been able to generate a Never expiring page token and download the posts from the clients page. We would like to do the same for the clients Instagram posts.
After reading the GraphAPI docs i have concluded that we need "instagram_basic" permissions from the client but when i choose page in the Graph API Explorer and try adding "instagram_basic" permission the whole API Explorer disappears.
We do not have the Instagram Business account but the client has. His posts are all public and we need only his posts. I'm confused by the docs what tokens can we use. Page token seemed appropriate for Facebook but not for Instagram. This is all downloaded server side and mashed together with the clients other blog posts and similar feeds. There is no App involved so no Facebook, IG login.
facebook-graph-api instagram
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27
add a comment |
I know it's probably a common question but i couldn't find a solution for my specific case. We have created a Facebook App on our Business Facebook account and the client has given us page moderator permission on his page. Using this we have been able to generate a Never expiring page token and download the posts from the clients page. We would like to do the same for the clients Instagram posts.
After reading the GraphAPI docs i have concluded that we need "instagram_basic" permissions from the client but when i choose page in the Graph API Explorer and try adding "instagram_basic" permission the whole API Explorer disappears.
We do not have the Instagram Business account but the client has. His posts are all public and we need only his posts. I'm confused by the docs what tokens can we use. Page token seemed appropriate for Facebook but not for Instagram. This is all downloaded server side and mashed together with the clients other blog posts and similar feeds. There is no App involved so no Facebook, IG login.
facebook-graph-api instagram
I know it's probably a common question but i couldn't find a solution for my specific case. We have created a Facebook App on our Business Facebook account and the client has given us page moderator permission on his page. Using this we have been able to generate a Never expiring page token and download the posts from the clients page. We would like to do the same for the clients Instagram posts.
After reading the GraphAPI docs i have concluded that we need "instagram_basic" permissions from the client but when i choose page in the Graph API Explorer and try adding "instagram_basic" permission the whole API Explorer disappears.
We do not have the Instagram Business account but the client has. His posts are all public and we need only his posts. I'm confused by the docs what tokens can we use. Page token seemed appropriate for Facebook but not for Instagram. This is all downloaded server side and mashed together with the clients other blog posts and similar feeds. There is no App involved so no Facebook, IG login.
facebook-graph-api instagram
facebook-graph-api instagram
asked Mar 7 at 13:56
Max GognittiMax Gognitti
61
61
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27
add a comment |
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045498%2fhow-to-get-media-from-clients-instagram-and-facebook-public-page-on-the-server-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55045498%2fhow-to-get-media-from-clients-instagram-and-facebook-public-page-on-the-server-s%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is the instagram account connected to the facebook page? "no app involved" is weird, you have to create an app in order to get a page token... anyway, with a page token you can get the connected instagram account with its id. with id/media and the page token, you can get the media of the account.
– luschn
Mar 7 at 14:06
Thank you I will check with the client if his page is connected to the Instagram account. To clarify I meant there is no client app where i can ask for permission there is only a server side app and when i added the Instagram product in the app and selected "instagram_basic" permission the app review process popuped up requiring a screencast of the application and there is nothing to show. The client will give us the necessary permission but i do not know what he needs to do. I also do not see a reason for the app to go through a review process for wanting do download own IG and FB posts.
– Max Gognitti
Mar 7 at 14:24
review is not neccessary in that case, and having a role in the page should be good enough.
– luschn
Mar 7 at 14:27