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.
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
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,
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?
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.
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.
@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.
this was extremely helpful!! thankss
Glad it was helpful!
Stil waiting for the next video ❤️
thanks great videoooo, will try soon!
Awesome, let me know how it goes!
Thanks man! Exactly what I needed!
Me too
great tutorial, thank you :)
Glad it was helpful!
Thank you so much man
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.
very useful. Thanks
Glad it was helpful!
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?
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,
hello how can i get Instagram API by using social media management .
How to integrite website in facebook? Like how to make custom website tab in facebook?
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´ 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.
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?
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
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?
It not completing login
I cant see the instagram in permissions
What use case did you select at 1:31? Try selection 'Other'
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?
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