viezel/TiSocial.Framework

Social.facebook() ignores 'url' property

Closed this issue · 0 comments

sed76 commented

when sharing to Facebook, text in post seems fine. However URL is skipped/missed completely.

For example.

Social.facebook({
        text : args.text,
        url: 'http://somesite.com'
});

Gives this error:

[ERROR] :  [..] |0x1555d430: ERROR: View service did terminate with error Error Domain=_UIViewServiceErrorDomain Code=1 "The operation couldn’t be completed. (_UIViewServiceErrorDomain error 1.)"

What's wrong? What's missed?

module version 1.7.10, Titanium SDK 3.5.1 GA