dimapv
#1
Hi all,
As part of our move from ads api v0 to v1 we will need to change our app permissions from read-only to read/write - will this revoke all of our existing session tokens? and will it require our users to re-authorize the app?
Thanks!
It won’t revoke your existing tokens, but those will continue to have the old permissions - so if your app will now need read/write, you should invalidate those sessions and get your users to re-authorise to get the new permissions. Any new sessions created after you’ve updated your app permissions will get the new permissions.
3 Likes