Mark Mokryn

Results 19 comments of Mark Mokryn

Hi, you should take a look at Appcelerator's modules. They essentially took my code, so if they support current Facebook SDKs then that would work. Unfortunately I stopped updating my...

Based on my experience, such upgrades are usually not so trivial. If you're lucky then it's only minor tweaks here and there, but could be worse. Give it a try...

com.facebook is the package ID for the Android Facebook SDK.... Which I realized only after working long on the iOS SDK... of course they should both be the same but...

See the docs: https://developers.facebook.com/docs/reference/android/current/class/FacebookDialog/ Not totally straightforward: We can use `getNativeDialogDidComplete` but that won't give us much data - only that an error did or did not occur. `getNativeDialogCompletionGesture` will...

http://stackoverflow.com/questions/19012681/android-facebook-sdk-share-dialog-never-return-completion-gesture http://stackoverflow.com/questions/19746067/using-share-dialog-in-android-facebook-sdk-how-to-know-is-user-actually-shared

@PierreGUI thanks, I will review this next week and if all is well accept. Thanks for the work! :)

Here's my thinking on this: users who want to share on Facebook will have the Facebook app installed on the phone. Do you really think that using this is a...

I understand it's a fallback. And many people don't install the Facebook app - true. But if a user didn't install the FB app then do you really want Safari...

https://developers.facebook.com/docs/ios/ui-controls#feeddialog : Since the Feed dialog opens a web page for sharing, it must start by asking people for their Facebook credentials in order to verify their identity, which disrupts...

@pussaaon no, that is not the intent at all: I want to support all users! :) and for example, login works for all. But I logically think that an end...