mono/monotouch-bindings

[Android] GetAccountsAsync() does not return any accounts

Opened this issue · 0 comments

var twitterService = new TwitterService();
var accounts = await twitterService.GetAccountsAsync(this);

accounts is always empty. The device being tested on has a Twitter account in the Settings -> Accounts menu.