Is Facebook sharer.php endpoint NOT deprecated anymore ?
I have been doing a lot of digging and researching on whether OR not , we can still use the Facebook share dialog URL for sharing : http://www.facebook.com/sharer/sharer.php?u=[URL]
But, the official Facebook docs DO NOT reference it anywhere.
Facebook encourages developers to use the more modern Share Dialog that can be invoked using the JavaScript SDK or using a URL link (https://developers.facebook.com/docs/sharing/reference/share-dialog)
But this will require developers to register a Facebook App ID.
Therefore, it is easier to use the sharer.php approach. But, want to know if it is still safe to use sharer.php without the functionality breaking in the near future.
Appreciate your help in advance.