2

I can get twitter details Using ACAccountStore but my question is using SLComposeViewController. when i want to share my tweet along with it i want to get twitter id and profile image url. i have multiple accounts and on selecting one i want to get Twitter id of that selected account.

Is there any way to get selected account from multiple accounts present in settings??

Thanks in advance

enter image description here

Jay Gajjar
  • 2,661
  • 2
  • 21
  • 35
the1pawan
  • 1,194
  • 9
  • 26

1 Answers1

0

Unfortunately No, Its not possible to get the selected account details from SLComposeViewController. Apple doesnt give any options to access the selected account. Refer https://developer.apple.com/library/ios/documentation/NetworkingInternet/Reference/SLComposeViewController_Class/Reference/Reference.html

Surfer
  • 1,370
  • 3
  • 19
  • 34