viezel/TiSocial.Framework

Facebook does not appear, Twitter does

Opened this issue · 7 comments

For some reason, the facebook share button does not appear, when I call

    Social.activityView({text:"Hello World!"});

but the Twitter button does.

I've installed the Facebook app and logged into my account, but it does not appear.
I've tried it on a iPhone 5S, iPhone 6 and iPhone 6 Plus, but with no success.

They're all on the lates iOS version, so I can't tell if it would work on older versions.

Is this a problem with this library or has Facebook removed this feature from their app?

Having the same problem on an iPad 2 with a fresh install of the Facebook app (have started it and logged in).

Same problem on iPad with Ti 3.5.0 on iOS 8. Twitter, Evernote and others appears but Facebook is not present on the activity shown.

I am experiencing this as well on iOS 8.3. Social.isFacebookSupported() returns true however no Facebook option.

same problem on ipod and iphone with Ti 4.0.0 RC2 on IOS 8.3 ,8.2,8.1. Pinterest, Whatssapp and others appears but Facebook don´t.
and same Social.isFacebookSupported() returns true on Facebook but doesn´t appear on the activity.

Works!! Using the workaround with the url parameter. Thanks to @dyan02

Would you mind posting or linking the workaround you mention @fcjurado ?

@bitfabrikken The payload you should send to the activityPopover would be like. Not only the text:

var payload = { text: "Text to share", url: "http://example.com" }

In v.1.7.10, new feature added was: missing URL option to iPad activity sheet.

Now, Facebook appears on the list, but no text is displayed when sharing