facebook - App security breach - how to invalidate all the tokens for one app? -


One of our apps has been bitten and some wall posts / photos are posted on behalf of our app. But suspecting that a hacker has regained access_token from our app.

What is the best way to break this security violation?

We want to invalidate all access tokens for that app. But the question is how? Does the app have to change the secret aid on this matter?

Thank you.

All Access When you change your app secret, the tokens are invalid.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -