Hello. I have started using the facebook plugin from the gideros labs to post to a users feed and get posts, but have recently started looking into deep linking (i.e. when a user clicks on a shared post on facebook and your app starts, and perhaps the level that was linked starts up).
Now to my question:
Is there an implemented listener (or something like it) for receiving the data the deep linking sends to the app?
Or is that something I would have to write in Android/IOS and then pass along to the gideros main file?
Comments
Likes: mmeriksson, SinisterSoft
http://giderosmobile.com/forum/discussion/4109/application-system-events/p1
But yeah, i still wonder on how to handle it on Android.
Will be good if it implemented.
Likes: mmeriksson
On android it would be a little more complicated, would need to get an intent and check for data inside it, will experiment
Likes: mmeriksson
Only on Android, don't forget to add the url scheme to your Android manifest as discussed here: https://developers.facebook.com/docs/android/share#applinks
Likes: mmeriksson, SinisterSoft, jdbc