I’m hoping Peach can possibly help with this, but anyone who has any input on the manner would be much appreciated.
I have tried the Facebook example app from the SDK as well as various other examples but every time I implement the code into mine it fails to post a photo on the wall of a facebook (mine for testing) page.
Soon as I call the function for to start the process facebook.login() I see what appears to be a window expanding into place (I assume the facebook login dialog) but then it instantly vanishes and nothing happens. If I exit the app and check browser there is nothing open like it was trying to login or anything.
What I do know for sure is, the appId is good, it works in the example code standalone and makes posts. I know that the listener function is NEVER getting called and I know for sure there are no spelling typo’s or case sensitive typo’s anywhere (like specifying the listener function name). Basically I get the sense that my app isn’t letting the facebook login prompt ‘come to the top’. Like it is buried or something and so the ‘session’ never is established.
I was just hoping maybe someone could lend some info on what would cause the FB login dialog to not surface. I should state that I’m not already logged into facebook when this happens btw, so it should prompt. And once again, the listener is NEVER being called. I do know that the initiating function for the facebook.login() is happening though for sure.
The login line is like so:
facebook.login( appId, listener, {"publish\_stream"} )
Thanks [import]uid: 78015 topic_id: 16353 reply_id: 316353[/import]
[import]uid: 52491 topic_id: 16353 reply_id: 60944[/import]