[MOD-2210] Facebook: *shareDialog should no longer include title, picture and description params
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-07-18T10:48:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Hans Knöchel |
Created | 2016-03-10T11:57:02.000+0000 |
Updated | 2016-07-18T10:48:48.000+0000 |
Description
The title, description and picture [params](http://docs.appcelerator.com/platform/latest/#!/api/ShareDialogParams) are [no longer supported by FB](https://developers.facebook.com/docs/sharing/reference/share-dialog) and should be removed from our module and API reference.
Found by SO user:
http://stackoverflow.com/questions/35868729/facebook-module-share-issue
We use
title
,description
andpicture
in the SDK. The link provided is for the Web-SDK, the native ones are still cool with it. Closing.