Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an Android app in which I use the Facebook-Android-SDK. This application sends messages to a PHP script, which is located on my webspace. This script needs to check which Facebook account has sent the message and whether the message is really from my Android application.

To authenticate the Facebook account I can send the access_token with a HTTPS request to the PHP script, so it can get the Facebook userID from the openGraph.

But how can I be sure that the request does not come from another app? I can not simply encrypt the message again, because you could simply read the password from the source code of the app (in Java, this is not so difficult).

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.