-7

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.

Dhrumil Shah - dhuma1981
  • 15,166
  • 6
  • 31
  • 39

2 Answers2

2

You can not post predefined text on Facebook.

Refer link mentioned below.

https://developers.facebook.com/docs/apps/review/prefill

Pratik Patel
  • 474
  • 4
  • 20
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