titanium-ios-facebook icon indicating copy to clipboard operation
titanium-ios-facebook copied to clipboard

Titanium iOS Facebook Module

Results 4 titanium-ios-facebook issues
Sort by recently updated
recently updated
newest added

In order to have users invite friends to the app I need the Message Dialog to send a link: https://developers.facebook.com/docs/ios/share ``` // Check if the Facebook app is installed and...

enhancement

See https://github.com/mokesmokes/titanium-ios-facebook/issues/4

I see that the share dialog now requires the Facebook app [from 3.20.02](https://github.com/mokesmokes/titanium-ios-facebook/commit/a4333a25b0e67ab9f090509f36c5320375895b25#diff-835c1cb2306e65390d461aed03eceb32R530). Although on the Facebook SDK, fall back sharing using feed dialog is possible. https://developers.facebook.com/docs/ios/share#linkfeed

please provide some documentation or some example about using share a very common use is sharing a local picture, but i it's not clear how to manage local files bye!...

enhancement