Facebook Flash app security?
Posted
by mhdouglas
on Stack Overflow
See other posts from Stack Overflow
or by mhdouglas
Published on 2010-03-13T01:26:53Z
Indexed on
2010/03/13
1:27 UTC
Read the original article
Hit count: 328
I'm developing a Facebook app implemented in Flash, and I'd like to authenticate communication between my app and my server. In other words, I'd like to guarantee that all communication with my server is coming from my app, which has been launched from within facebook by a valid facebook user.
Does the Facebook actionscript API support this type of operation? Or am I on my own?
© Stack Overflow or respective owner