Facebook Graph API | Instagram Graph API | Setup Tutorial

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ •

  • @rikawrites7104
    @rikawrites7104 6 днів тому

    this was extremely helpful!! thankss

  • @gabrielecatalano8484
    @gabrielecatalano8484 25 днів тому

    Stil waiting for the next video ❤️

  • @camilordofficial
    @camilordofficial 3 дні тому

    thanks great videoooo, will try soon!

    • @FuturMinds
      @FuturMinds  3 дні тому

      Awesome, let me know how it goes!

  • @mischaschmuklermann9660
    @mischaschmuklermann9660 Місяць тому

    Thanks man! Exactly what I needed!

  • @alexlee5590
    @alexlee5590 2 місяці тому +1

    great tutorial, thank you :)

  • @varunsen2802
    @varunsen2802 2 місяці тому +1

    Thank you so much man

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

  • @DanielTalero
    @DanielTalero 3 місяці тому +1

    very useful. Thanks

  • @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 24 дні тому

      Did you make it?

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

  • @abdolscientist
    @abdolscientist 3 місяці тому +1

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

  • @a-sports4704
    @a-sports4704 Місяць тому

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

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

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

  • @miltonciriacobrasileiro5470
    @miltonciriacobrasileiro5470 Місяць тому +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.

  • @heetshah9394
    @heetshah9394 3 місяці тому

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

  • @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  3 місяці тому +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

  • @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 19 днів тому

    It not completing login

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