6

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?

Community
  • 1
  • 1
alaeri
  • 344
  • 3
  • 16

1 Answers1

1

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

David Snabel-Caunt
  • 57,804
  • 13
  • 114
  • 132