Video není dostupné.
Omlouváme se.

Facebook Ads API - Preventing Your Access Token From Expiring

Sdílet
Vložit
  • čas přidán 17. 08. 2024

Komentáře • 13

  • @aidananderson9469
    @aidananderson9469 Před 2 lety +1

    I LOVE YOU GUYS SO MUCH FOR THIS 😭😭 I freaking love your guys content but this one thing was the bane of my existence lol

  • @eduardofernandes9881
    @eduardofernandes9881 Před 2 lety +2

    THANK YOU VERY MUCH! I had no idea how I could transform a CUrl request into a https format, this really helped me!

  • @willturner9849
    @willturner9849 Před 8 měsíci +1

    Thank you! That really simplified it!

  • @djalan84
    @djalan84 Před 4 měsíci

    Is it possible to get a completely permanent token or automate the process??

    • @kitchnio
      @kitchnio  Před 4 měsíci +1

      Yes - you can create a System User and generate an access token that doesn't expire: developers.facebook.com/docs/marketing-api/system-users

  • @muhammadsarfaraz627
    @muhammadsarfaraz627 Před rokem

    i am having the error with message as "message": "Error validating application. Cannot get application info due to a system error.",

  • @user-hq4im9wb8k
    @user-hq4im9wb8k Před 8 měsíci

    for retrieving the leads how can i get the long term access token which would not be expired?
    basically this long lived token valid for only 60 days.

    • @kitchnio
      @kitchnio  Před 4 měsíci +1

      You can create a System User and generate a non-expiring access token
      developers.facebook.com/docs/marketing-api/system-users

    • @noobystok
      @noobystok Před 3 měsíci

      @@kitchnio Jesus, why is this so complicated to find this simple solution?!? Thanks for sharing this. Solves my problem completely. We've been dealing with updating tokens every 60 days...

  • @khizarijaz6712
    @khizarijaz6712 Před rokem +1

    so mucccccccchhhhhhh thanks🥰🥰🥰

  • @martinhalada9470
    @martinhalada9470 Před rokem +2

    Thank you for your content! Any idead why I am getting this error?
    "
    {
    "error": {
    "message": "Invalid Client ID",
    "type": "OAuthException",
    "code": 101,
    "fbtrace_id": "Atng4cBnfCZu7kB7B-QiyZF"
    }
    }"
    I have checked twice and my App ID is correct, I have copied it from my app settings as you showed in the video.