Forum ‹ ActionScript 3.0 ‹ PlayerIO Facebook Graph API security question?
2 posts
• Page 1 of 1
PlayerIO Facebook Graph API security question?
Hiya I was just wondering if you need to do any kind of sanitization or escaping with user input with the PlayerIO Graph API?
https://github.com/playerio/Facebook-Graph-As3
When you use something like this:
FB.api('/me/feed', 'post', messageObject, submitPostHandler_API);
where the" message:" object comes from user input?
Or is that all handled on the Facebook side?
https://github.com/playerio/Facebook-Graph-As3
When you use something like this:
FB.api('/me/feed', 'post', messageObject, submitPostHandler_API);
where the" message:" object comes from user input?
Or is that all handled on the Facebook side?
- mrgreen
- Posts: 52
- Joined: February 12th, 2011, 7:27 pm
Re: PlayerIO Facebook Graph API security question?
They take care of everything. They have to, otherwise people's walls would be filled with bad data.
-

Henrik - .IO
- Posts: 570
- Joined: January 4th, 2010, 1:53 pm
2 posts
• Page 1 of 1