Unity- Facebook - SMS

I want my web app to use SMS features through facebook (see link)

http://wiki.developers.facebook.com/index.php/Facebook_Platform_for_Mobile:_SMS

…but I’m not really sure if the facebook API can talk with Unity. Has anyone tried anything like this before with Unity?

well, both facebook api and unity can communicate with php. so we use that as a ‘center’, you can use the ‘www’ classes in unity to send information from unity to the php variables, and from that point it is straight forward.

Cool. So do you use this to send SMS text messages to your users?

Could you point me to any help/ tutorials on how I could do this?

I haven’t used the facebook API so I gues thats my first stop…