As Share intent is not supporting the text sharing in Facebook. what is the easiest way to just share a string on the wall of the user.
Asked
Active
Viewed 185 times
-7
-
you have to register your application and use share intent of facebook for do this. – Harvi Sirja Aug 07 '15 at 04:54
-
I did, but still I am not able to share it. – Dhrumil Shah - dhuma1981 Aug 07 '15 at 05:28
2 Answers
0
Facebook does not allow third party apps to post on the wall for security reasons. The only thing that you can do is to embed the Facebook library api in your app and do whatever you want after the user give you the corresponding permissions.

karvoynistas
- 1,295
- 1
- 14
- 30
-
-
2
-
1As @WizKid said, You are not allowed to post predefined text. True you can not. – steve Aug 07 '15 at 04:55