viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
259 stars 102 forks source link

Social.facebook() ignores 'url' property #131

Closed sed76 closed 9 years ago

sed76 commented 9 years ago

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