applicationOpen event not firing

Ralph,

It does work on Android, but facebook (not us) has an outstanding bug where deep linking won’t work unless you set up the “Mobile Web URL” on your facebook developer page.  Have a look at my posting here for more details…

   http://forums.coronalabs.com/topic/24607-applicationopen-event-not-firing/?p=153929

That link above also provides a Lua code snippet to print everything that is in your launch arguments and application open event. It’ll show you everything that is within the Android “Intent” object that the facebook app is sending to your app.

Is this still working on Android? We try to make this work on Android.

  1. Resume application

When we open the request from the Facebook App, we do get the event.url within the system event listener. So this works fine.

  1. Cold start application

In this case we to not get any event.url. Where do we get the url and the parameters from facebook? We also checked the launchArgs as described in the iOS Facebook Tutorial. But as expected they are empty on Android.

Ralph,

It does work on Android, but facebook (not us) has an outstanding bug where deep linking won’t work unless you set up the “Mobile Web URL” on your facebook developer page.  Have a look at my posting here for more details…

   http://forums.coronalabs.com/topic/24607-applicationopen-event-not-firing/?p=153929

That link above also provides a Lua code snippet to print everything that is in your launch arguments and application open event. It’ll show you everything that is within the Android “Intent” object that the facebook app is sending to your app.