Is it possible to show Facebook UIActivity
in UIActivityViewController
if there's no settings for facebook account in default iOS settings? For now if I enter some fb account - I see fb in UIActivityViewController
, if no - not see. Any ideas?
UIActivity with no settings for Facebook
5k Views Asked by in.disee At
2
There are 2 best solutions below
2

It's possible with another view controller called OWActivityViewController https://github.com/brantyoung/OWActivityViewController
It works for me!
No it's not possible... If Facebook is not set up in
Settings > Facebook
, then theUIActivityViewController
will not show Facebook as an option to share.