trigger.io - Facebook UI dialog callback not fired -
I'm using forge.facebook.ui to send applications requesting applications. Dialog opens as expected and invites you to invite the right user. However this callback (success or error) appears when user clicks on 'Send' Example of the code given below:
forge.facebook.ui ({title: 'Your friend Invite, Method: 'Greetings', From: 1234567, Message: 'Sign Up'}, Function (Response) {Forge.logging.info (Response); // Never Called}, Function (e) {forge .logging.info ('Facebook Failure:' + JSON.stringify (e)); // Never Called}}; In the past it was working correctly.
This was done recently to exit the bug that was launched in Forge version, I just There is a fix that will be in the next Forge platform version, which we should deploy tomorrow (06/11/2012).
Comments
Post a Comment