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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -