0

I am trying to post something on the FB page. I have successfully integrated the code and I can open FB in my app. I am using the following code:

let vc = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
vc.setInitialText("Hurray! Welcome to My App")
presentViewController(vc, animated: true, completion: nil)

When I try to run this, I am facing error as No fb app is installed in the device.

enter image description here

I want to post on FB page and I don't want the users to have FB app in their mobile. Is it possible? If so how?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
AAA
  • 1,957
  • 4
  • 23
  • 42

1 Answers1

1

This is not an error. Don't worry. This is an message to display you that you have not logged in to the Facebook.

Go to the Settings App > Facebook

enter image description here

Login from here.

enter image description here

You are not getting error. It just a warning message.

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136