Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIActivity with no settings for Facebook

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?

like image 610
in.disee Avatar asked Oct 15 '12 15:10

in.disee


2 Answers

No it's not possible... If Facebook is not set up in Settings > Facebook, then the UIActivityViewController will not show Facebook as an option to share.

like image 146
Daniel Avatar answered Oct 06 '22 14:10

Daniel


It's possible with another view controller called OWActivityViewController https://github.com/brantyoung/OWActivityViewController

It works for me!

like image 21
crz Avatar answered Oct 06 '22 14:10

crz