Did anyone get a chance to work with the New facebook connect for the iphone ?
The five min video was helpful and I was able to add the facebook connect to my sample app and was able to login.
But the next thing which I was trying to do was to update the status from my sample app. I added the extended permission stuff as shown on the video and a dialog opens up and asks for the permission.
The question now is what do I need to do to update the status message? I see a status.set method on the Facebook api, but did not know how to call the method. Can someone guide me.
i tried to do something with the FQL like "Update status set message = 'something' where uid=xxxxx" which dint work seems like fql is only for select stmts.
Thanks for the help.
The five min video was helpful and I was able to add the facebook connect to my sample app and was able to login.
But the next thing which I was trying to do was to update the status from my sample app. I added the extended permission stuff as shown on the video and a dialog opens up and asks for the permission.
The question now is what do I need to do to update the status message? I see a status.set method on the Facebook api, but did not know how to call the method. Can someone guide me.
i tried to do something with the FQL like "Update status set message = 'something' where uid=xxxxx" which dint work seems like fql is only for select stmts.
Thanks for the help.