Facebook Graph API | Instagram Graph API | Setup Tutorial

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 53

  • @gabrielecatalano8484
    @gabrielecatalano8484 27 дней назад

    Stil waiting for the next video ❤️

  • @camilordofficial
    @camilordofficial 5 дней назад

    thanks great videoooo, will try soon!

    • @FuturMinds
      @FuturMinds  5 дней назад

      Awesome, let me know how it goes!

  • @rikawrites7104
    @rikawrites7104 8 дней назад

    this was extremely helpful!! thankss

  • @mischaschmuklermann9660
    @mischaschmuklermann9660 Месяц назад

    Thanks man! Exactly what I needed!

  • @varunsen2802
    @varunsen2802 2 месяца назад +1

    Thank you so much man

  • @abdolscientist
    @abdolscientist 3 месяца назад +1

    hello how can i get Instagram API by using social media management .

  • @MrVopdak
    @MrVopdak Месяц назад

    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,

  • @miltonciriacobrasileiro5470
    @miltonciriacobrasileiro5470 2 месяца назад +1

    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.

  • @gaurabgb
    @gaurabgb Месяц назад +1

    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.

    • @FuturMinds
      @FuturMinds  Месяц назад

      @gaurabgb see if you are connected to vpn. If yes, disconnect and try again.

  • @alexlee5590
    @alexlee5590 2 месяца назад +1

    great tutorial, thank you :)

    • @FuturMinds
      @FuturMinds  2 месяца назад

      Glad it was helpful!

  • @a-sports4704
    @a-sports4704 Месяц назад

    How to integrite website in facebook? Like how to make custom website tab in facebook?

  • @heetshah9394
    @heetshah9394 3 месяца назад

    Can you do a video showing how to do content publishing for my own page using api with python?

  • @DanielTalero
    @DanielTalero 3 месяца назад +1

    very useful. Thanks

    • @FuturMinds
      @FuturMinds  3 месяца назад

      Glad it was helpful!

  • @anisamira2949
    @anisamira2949 Месяц назад

    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.

    • @FuturMinds
      @FuturMinds  Месяц назад

      @anisamira2949 I don't think you can change the app type. Why not create a new one?

  • @OmkareshwarHalli-s6t
    @OmkareshwarHalli-s6t 2 месяца назад +3

    instagram graph api option is not available. what to do?

    • @aryanpatil7239
      @aryanpatil7239 2 месяца назад +2

      same .

    • @FuturMinds
      @FuturMinds  2 месяца назад +2

      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.

    • @anatolikbelikov
      @anatolikbelikov 2 месяца назад

      @@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

    • @RosserNFT
      @RosserNFT 2 месяца назад

      🎉 thank you and looking forward to the new setup video, subbing.

    • @filipiromao2181
      @filipiromao2181 26 дней назад

      Did you make it?

  • @agnushallard
    @agnushallard Месяц назад

    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?

    • @Elias.python
      @Elias.python Месяц назад

      Maybe you are make wronk the conteiner construction. Ask for gpt chat, they do it for you.

  • @abdolscientist
    @abdolscientist 3 месяца назад

    how can i get API Instagram by using social media management project

    • @FuturMinds
      @FuturMinds  3 месяца назад

      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.

    • @abdolscientist
      @abdolscientist 3 месяца назад

      Is there any way I can contact you?

  • @khaledabdelbar8325
    @khaledabdelbar8325 21 день назад

    It not completing login

  • @KhawajaHamdanAhmad
    @KhawajaHamdanAhmad 4 месяца назад

    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

    • @FuturMinds
      @FuturMinds  4 месяца назад +2

      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.

    • @KhawajaHamdanAhmad
      @KhawajaHamdanAhmad 3 месяца назад

      @@FuturMinds Thank you so much, You are awesome

    • @gaurabgb
      @gaurabgb Месяц назад

      @@FuturMinds Do i need business type or consumer type app to implement this?

    • @FuturMinds
      @FuturMinds  Месяц назад

      @@gaurabgb business type app

    • @_ankit_
      @_ankit_ 17 часов назад

      @@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?

  • @artabra1019
    @artabra1019 3 месяца назад

    I cant see the instagram in permissions

    • @FuturMinds
      @FuturMinds  3 месяца назад

      What use case did you select at 1:31? Try selection 'Other'

  • @justinlord.
    @justinlord. 3 месяца назад +1

    But i am not getting a graph api, bit just Instragram

    • @FuturMinds
      @FuturMinds  3 месяца назад

      What use case did you select at 1:31? Try selecting 'Other'

    • @rahul.coder12
      @rahul.coder12 3 месяца назад +1

      @@FuturMinds I think Meta has updated their API's and documentation, can we find together? So that we can help your subscribers?

  • @OmkareshwarHalli-s6t
    @OmkareshwarHalli-s6t 2 месяца назад

    instagram graph api option is not available, what to do?

    • @FuturMinds
      @FuturMinds  2 месяца назад

      @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.

    • @OmkareshwarHalli-s6t
      @OmkareshwarHalli-s6t 2 месяца назад +1

      @@FuturMinds Thanks for your response! I found the solution.

    • @utkuuyank366
      @utkuuyank366 2 месяца назад

      @@OmkareshwarHalli-s6t I have the same problem. How did you solve it. Can you explain