Forum ActionScript 3.0 PlayerIO Facebook Graph API security question?

Problems and discussions relating to ActionScript 3.0 here.

PlayerIO Facebook Graph API security question?

Postby mrgreen » April 24th, 2011, 1:21 pm

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?
mrgreen
 
Posts: 52
Joined: February 12th, 2011, 7:27 pm

Re: PlayerIO Facebook Graph API security question?

Postby Henrik » April 24th, 2011, 4:56 pm

They take care of everything. They have to, otherwise people's walls would be filled with bad data.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to ActionScript 3.0