Facebook Ads API: how does offline_access work? -
if have preferred developer app access ads api can ask offline_access permission, according docs
how work? when obtain token, like:
access_token=hehehehehe&expires=5183795
.. mean token expires in 2 months usually. extended automatically? or have additional action non-expiring token?
after time, found answer. if have whitelisted app, you'll don't expired field in response:
access_token=hehehehehe
this works whitelisted apps whether ask offline_access
or not.
Comments
Post a Comment