blindgoat
blindgoat

Reputation: 115

Facebook Feed Without Link (Unity)

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 enter image description here

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".

Test results

Upvotes: 2

Views: 1253

Answers (1)

benp
benp

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

Related Questions