Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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:

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

will become

http://stackoverflow.com/

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

share|improve this question
Yes - facing the same issue. Even EXTRA_SUBJECT and EXTRA_TEXT are being ignored. – tarkeshwar Aug 9 '11 at 9:17

1 Answer

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

share|improve this answer
I haven't had the opportunity to try yet, but I will eventually – alaeri Apr 5 '12 at 9:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.