Is it possible to request a new secret key for Facebook API programmatically? -


is there way request new secret key facebook via facebook api? using own secret key request new secret key, key rotation purposes.

i looked through facebook api documentation not find operation. suspect won't support it, confirm there isn't automatable way rotate api keys? thanks!

i assume mean "access token" when "key", , talking "user access tokens"? that´s not possible, can new user token on user interaction. more information:

not sure mean key rotation, user token "key" can´t valid forever, guess that´s talking about...

edit: seems indeed talking "app secret", can not changed api can change in app settings. rotation makes sense if got app secret accident or if security issue happened. better read , allow api calls server side: https://developers.facebook.com/docs/graph-api/securing-requests#appsecret_proof


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -