Reputation: 115
Problem
On iOS, using FB.Feed() without the "Link (optional)" param does not work and the error message is "FBSDKLog: FBShareDialogParams: only "http" or "https" schemes are supported for link thumbnails"
Questions
Additional Info
Current App Settings
Tests + Results
See image below for results. Note that Test2 never shows up on my wall and when pressing "Post" in the Facebook app, the progress bar never goes blue and we get the error message described at the top under "Problem".
Test1: Link, Link Name, Link Desc, Link Caption, Picture... + added text "Test1" on the Feed dialog
Test2: Same as Test1 except no link... + added text "Test2" on the Feed dialog
Upvotes: 2
Views: 1253
Reputation: 533
It looks like we made a backend change a while back that disallowed empty feed posts. So you'll have to provide a link, or an image, or the user will have to type something into the post.
Upvotes: 1