-2

Facebook marketing API works fine with user access token in postman. But not working with app token? Is it possible to call Ad insights with app token?

Ashwanth Madhav
  • 1,084
  • 1
  • 9
  • 21

1 Answers1

2

App Tokens do not have any relation to a user profile and the Marketing API is not public, so of course you cannot use an App Token. You have to authorize a user that is allowed to access the relevant data.

andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • Is there any way to generate access token in Node? Most articles are creating access token via front end. – Ashwanth Madhav Oct 17 '19 at 06:52
  • 1
    I read your answer for this https://stackoverflow.com/questions/58421724/how-to-get-facebook-user-access-token-using-nodejs/58421900#58421900. Thank you. – Ashwanth Madhav Oct 17 '19 at 06:57