What's a secret key used for on Facebook's API

PageManager

Newbie
Joined
Jan 12, 2013
Messages
17
Reaction score
2
Say if I have an enemy's Facebook secret key and app ID. What could I do with that?

I know that facebook gives you an app ID and secret key, but I'm not sure what they are used for. I've never seen an API call that requires a secret key.
 
The secret key is used for authenticating the API call to FB. A unique ID/key pair may give you certain read/write access to a specific FB application or page.
 
If you have secret key, you can post to that account. It is associated with the API and can request and send data to the account.
 
You can abuse his app and get it banned. Nothing else, really.
 
Back
Top