Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is facebook share intent on android still broken?

This question is related to this one: Share Text on Facebook from Android App via ACTION_SEND

When i want to share a link which doesn't end in .php or .html, the facebook app strips the path of my url:

https://stackoverflow.com/questions/3515198/share-text-on-facebook-from-android-app-via-action-send

will become

https://stackoverflow.com/

Has anyone else met this bug? Should I open it in Facebook bug tracker?

like image 276
alaeri Avatar asked Aug 08 '11 11:08

alaeri


1 Answers

Can't you just add /?.php to the URL most servers wouldn't be fazed by the argument.

like image 134
Tristan Brotherton Avatar answered Oct 11 '22 13:10

Tristan Brotherton