I’ve created a facebook application using flex.
i tried server side both with apache-tomcat and tinyfbclient,
and with php and using the php facebook api.
i can’t fetch the user info if the user did not add my application.
how can i check if the user added my application to his facebook profile and if not, to open a window that allows him to add the application ?
thanks!
Try something like this via the PHP API.
I needed the user to give me permission so that I could create events via my web app.