Can you use Instagram Graph API to copy images uploaded on accounts other than yours if to your own account 1) They are business accounts 2) if you have their permission to do so? If you want to create a website that curates Instagram images from different Instagram users
@Watchbest253 Check the API endpoint and parameters you are passing. Another issue could be that your jwt doesn't have the required permissions. Try adding more relevant permissions. And make sure the business account you are using has the fb pages linked to it and instagram pages are also linked to fb pages.
Hi bro, in my system, I can only access any public profiles not login and public video metrics like total likes, total shares, and total comments. How can I do this? Does Instagram support it? Thank bro,
Meta has upgraded their instagram graph APIs. Now you will see Instagram API instead. You can set it up. If you are not seeing it, you can try selecting 'Other' for the use cases and 'Business' as the app type while creating the new App. I'll create a new video showing how to use the new Instagram API soon.
@@FuturMinds when I'm trying to see which instagram accounts linked to the facebook account with the line "facebook_id"/instagram_accounts it gives me this error: (#190) This method must be called with a Page Access Token" which isn't clear to me because I assign almost all access to this token
I´ m trying to send a reels to my own instagram. The response is success. but the video doesn´t show at my feed. Iread in some place if I run the script at my computer this will happen, I have to run at a live server. Is that right?
i m getting this issue when creating developer account You can't make this change at the moment This is because we noticed you are using a device you don't usually use and we need to keep your account safe. We'll allow you to make this change after you've used this device for a while.
This will require a long answer but at a high level you'll need to do the following: 1. Create a new app and obtain your App ID and App Secret 2. Add the Facebook Login product to your app. 3. Set your OAuth redirect URIs to your application's endpoints 4. Request permissions such as public_profile, pages_manage_posts, publish_to_groups, instagram_basic, and instagram_content_publish. 5. Integrate Facebook Login and redirect users to Facebook's login page to authenticate and authorize your app. 6. Upon successful login, Facebook redirects users to your redirect URI with an authorization code. 7. Exchange the authorization code for an access token (short-lived) using your App ID and App Secret. 8. Use the /oauth/access_token endpoint with your App ID, App Secret, and the short-lived token to get a long-lived token. Store this token in your DB in encrypted form and create a mechanism to refresh it automatically time to time. 9. Your application can then user these access tokens to post on user's profile on their behalf.
@@FuturMinds Hi, I implemented everything till step 5, but when I try to login through facebook, after entering credentials it says that this content is not available for you. The thing to note here is I am have added my fb account as an administrator for this app. I don't have verified business yet but I think for testing it should allow my user to login at least if not others. Do you know the possible reasons for that?
I didn't really understand your question. But if you are talking about getting other users Instagram API token in your media management project, these would be uber level steps: 1. Create a new app and obtain your App ID and App Secret 2. Add the Facebook Login product to your app. 3. Set your OAuth redirect URIs to your application's endpoints 4. Request permissions such as public_profile, pages_manage_posts, publish_to_groups, instagram_basic, and instagram_content_publish. 5. Integrate Facebook Login and redirect users to Facebook's login page to authenticate and authorize your app. 6. Upon successful login, Facebook redirects users to your redirect URI with an authorization code. 7. Exchange the authorization code for an access token (short-lived) using your App ID and App Secret. 8. Use the /oauth/access_token endpoint with your App ID, App Secret, and the short-lived token to get a long-lived token. Store this token in your DB in encrypted form and create a mechanism to refresh it automatically time to time. 9. Your application can then user these access tokens to post on user's profile on their behalf.
What a waste of time. You must start the video saying that the verification requires providing legal documentation which I don´t have at the moment since that's a requirement for the hole video
Thanks for the feedback, I guess I assumed people would be aware that business verification would require legal docs. I'll try to make such things clearer in future videos.
@OmkareshwarHalli-s6t Meta has upgraded their instagram graph APIs. Now you will see Instagram API instead. You can set it up. If you are not seeing it, you can try selecting 'Other' for the use cases and 'Business' as the app type while creating the new App. I'll create a new video showing how to use the new Instagram API soon.
Valeu!
@marcosgiufrida Wow! Thanks a lot Marcos :)
Спасибо огромное "Рахмат!!!"
@eli_kyly4bekov Thanks!
Thank you very much, I was struggling with this plataform and your video helped me a lot.
Thank you again.
Awesome! Glad it was helpful.
Thank you very much!
You're welcome!
Very good video much better than the official meta guide on this
@alfietapping4034 Thanks for the kind words :)
Thanks, Brother It was really helpful
Glad to hear it helped!
thanks really helpful it i
Appreciate you watching!
Nice info brother keep growing and teach us too
Appreciate it! Thanks for watching.
Thanks for this video it was very helpful. But I am unable to find the next step how to implement it? could you help me with that?
Thanks man! Exactly what I needed!
Me too
Thank you so much man
Stil waiting for the next video ❤️
@gabrielecatalano8484 Yes, it's in my list. Will publish soon.
thanks great videoooo, will try soon!
Awesome, let me know how it goes!
this was extremely helpful!! thankss
Glad it was helpful!
great tutorial, thank you :)
Glad it was helpful!
Thank you very much.
I have a question:
Is it within the permissions to access and obtain the highlight section of Instagram?
Get it via the meta api
very useful. Thanks
Glad it was helpful!
Hi Can you create a video on how to test the authentication for business use case
@SouravLauren Added to my list. Will try to cover it in future videos.
Can you use Instagram Graph API to copy images uploaded on accounts other than yours if to your own account 1) They are business accounts 2) if you have their permission to do so? If you want to create a website that curates Instagram images from different Instagram users
for hashtag search do you need verification
Nice, thanks!!! Somebody can i help me? How can i create an app to my site Feed from facebook posts ?
I need a How to for this.
Can you do a video showing how to do content publishing for my own page using api with python?
if i want to add a feature that will get the detail of his/her instagram account like followers count, bio, profile pic then how can i do this
How to integrite website in facebook? Like how to make custom website tab in facebook?
plz make a video for post an image or video on instagram
@Modan88888 Check out this video: th-cam.com/video/Q2ZHhV1JAIs/w-d-xo.html&lc=UgyTS94Lc_IKTLzbFDh4AaABAg
How can I fetch public user account details within my app? Can you please make a tutorial on this, or does anyone have any ideas?
Hey even after adding business management it just shows id only instead of pages
@Watchbest253 Check the API endpoint and parameters you are passing. Another issue could be that your jwt doesn't have the required permissions. Try adding more relevant permissions. And make sure the business account you are using has the fb pages linked to it and instagram pages are also linked to fb pages.
hello how can i get Instagram API by using social media management .
Hi bro, in my system, I can only access any public profiles not login and public video metrics like total likes, total shares, and total comments. How can I do this? Does Instagram support it?
Thank bro,
is this free to use? because i am about to build automation for clients
@this.tausif check the meta pricing documentation before you commit anything. Also check the limits on various apis.
instagram graph api option is not available. what to do?
same .
Meta has upgraded their instagram graph APIs. Now you will see Instagram API instead. You can set it up. If you are not seeing it, you can try selecting 'Other' for the use cases and 'Business' as the app type while creating the new App. I'll create a new video showing how to use the new Instagram API soon.
@@FuturMinds when I'm trying to see which instagram accounts linked to the facebook account with the line "facebook_id"/instagram_accounts
it gives me this error:
(#190) This method must be called with a Page Access Token"
which isn't clear to me because I assign almost all access to this token
🎉 thank you and looking forward to the new setup video, subbing.
Did you make it?
i want to make Facebook post downloader either image or video please help
I consider using non official apis
Bro ,I need your help . how can I connect with you .Please reply
@rcoder5538 Please check the channel bio.
I´ m trying to send a reels to my own instagram. The response is success. but the video doesn´t show at my feed. Iread in some place if I run the script at my computer this will happen, I have to run at a live server. Is that right?
Maybe you are make wronk the conteiner construction. Ask for gpt chat, they do it for you.
Hi. Is it possible to change our App type? Because my app is for login but I chose App Type 'None' instead of Consumer. Thank you.
@anisamira2949 I don't think you can change the app type. Why not create a new one?
i have made the app and i can able to retrieve the information about my own page
but once i try to see other public profile it shows error. WHY?
@bikashchamlagain9825 What error do you see. If it's authorization issue, your token may not have the required permissions enabled.
I'm getting Invalid Request: Invalid redirect URI. error, how to solve this?
@0xNoctis-24 Make sure the redirect URI you are using is valid and matches the one you registered in your app.
i m getting this issue when creating developer account
You can't make this change at the moment
This is because we noticed you are using a device you don't usually use and we need to keep your account safe. We'll allow you to make this change after you've used this device for a while.
@gaurabgb see if you are connected to vpn. If yes, disconnect and try again.
how to make a feature where other users can login into my application with their social account like facebook, and after that they can post from their
This will require a long answer but at a high level you'll need to do the following:
1. Create a new app and obtain your App ID and App Secret
2. Add the Facebook Login product to your app.
3. Set your OAuth redirect URIs to your application's endpoints
4. Request permissions such as public_profile, pages_manage_posts, publish_to_groups, instagram_basic, and instagram_content_publish.
5. Integrate Facebook Login and redirect users to Facebook's login page to authenticate and authorize your app.
6. Upon successful login, Facebook redirects users to your redirect URI with an authorization code.
7. Exchange the authorization code for an access token (short-lived) using your App ID and App Secret.
8. Use the /oauth/access_token endpoint with your App ID, App Secret, and the short-lived token to get a long-lived token. Store this token in your DB in encrypted form and create a mechanism to refresh it automatically time to time.
9. Your application can then user these access tokens to post on user's profile on their behalf.
@@FuturMinds Thank you so much, You are awesome
@@FuturMinds Do i need business type or consumer type app to implement this?
@@gaurabgb business type app
@@FuturMinds Hi, I implemented everything till step 5, but when I try to login through facebook, after entering credentials it says that this content is not available for you. The thing to note here is I am have added my fb account as an administrator for this app. I don't have verified business yet but I think for testing it should allow my user to login at least if not others. Do you know the possible reasons for that?
how can i get API Instagram by using social media management project
I didn't really understand your question. But if you are talking about getting other users Instagram API token in your media management project, these would be uber level steps:
1. Create a new app and obtain your App ID and App Secret
2. Add the Facebook Login product to your app.
3. Set your OAuth redirect URIs to your application's endpoints
4. Request permissions such as public_profile, pages_manage_posts, publish_to_groups, instagram_basic, and instagram_content_publish.
5. Integrate Facebook Login and redirect users to Facebook's login page to authenticate and authorize your app.
6. Upon successful login, Facebook redirects users to your redirect URI with an authorization code.
7. Exchange the authorization code for an access token (short-lived) using your App ID and App Secret.
8. Use the /oauth/access_token endpoint with your App ID, App Secret, and the short-lived token to get a long-lived token. Store this token in your DB in encrypted form and create a mechanism to refresh it automatically time to time.
9. Your application can then user these access tokens to post on user's profile on their behalf.
Is there any way I can contact you?
I cant see the instagram in permissions
What use case did you select at 1:31? Try selection 'Other'
It not completing login
What a waste of time. You must start the video saying that the verification requires providing legal documentation which I don´t have at the moment since that's a requirement for the hole video
Thanks for the feedback, I guess I assumed people would be aware that business verification would require legal docs. I'll try to make such things clearer in future videos.
But i am not getting a graph api, bit just Instragram
What use case did you select at 1:31? Try selecting 'Other'
@@FuturMinds I think Meta has updated their API's and documentation, can we find together? So that we can help your subscribers?
Thank you so much man
Any time!
instagram graph api option is not available, what to do?
@OmkareshwarHalli-s6t Meta has upgraded their instagram graph APIs. Now you will see Instagram API instead. You can set it up. If you are not seeing it, you can try selecting 'Other' for the use cases and 'Business' as the app type while creating the new App. I'll create a new video showing how to use the new Instagram API soon.
@@FuturMinds Thanks for your response! I found the solution.
@@OmkareshwarHalli-s6t I have the same problem. How did you solve it. Can you explain