Questions tagged [accounts]

205 questions
6
votes
4 answers

Multiple facebook accounts in single iPhone app

Is there a way I can allow user to login with multiple facebook accounts at the same time? Like what tweetie2 does for twitter accounts. So if I have two facebook accounts - a@a.com and b@b.com. I want the user to login with both of them on my…
AJ.
  • 1,443
  • 7
  • 19
  • 31
5
votes
2 answers

How to achieve multi-login for webviews in Android?

I want to make an app that allows users to log-in multiple accounts of same site using different webview. For example, I have 2 WebView. Each WebView will load the same site such as gmail.com. And user can log-in using separate account in separate…
Season
  • 1,178
  • 2
  • 22
  • 42
4
votes
2 answers

API to Login Windows user

I would like to programmatically login another windows user in interactive mode. I've created new Windows user account and would like to switch system to that account without of user interaction. Could you please point me to some API commands or…
Alexander Kosenkov
  • 1,597
  • 1
  • 10
  • 21
4
votes
3 answers

Integrating bank accounts

Is there any API to integrate bank accounts into a .NET application? I am looking to provide the user an ability to pull bank statements into my software. Please suggest.
user578299
  • 65
  • 1
  • 1
  • 3
4
votes
2 answers

Adding a Facebook app administrator who is not a friend

Having searched through this section many times, I am struggling to find an answer to what I thought would be simple: Having created an app, I cannot add other facebook verified developer accounts as administrators of the app without first friending…
Zach Beauvais
  • 43
  • 1
  • 4
3
votes
2 answers

Android AccountManager accounts storage

Where are the AccountManager Accounts stored? Is it on the device? If yes in which folder is it stored?
Guna
  • 338
  • 6
  • 17
3
votes
1 answer

Add application name with Twitter and Accounts frameworks

I'm developing a little Twitter application on iOS 5. I'm using Twitter and Accounts frameworks so I login in with an ACAccount and send tweets with TWRequest. When I send a tweet, on its details, I see "via iOS". Can I set (via Twitter API or iOS…
emenegro
  • 6,901
  • 10
  • 45
  • 68
3
votes
1 answer

How to programmatically turn on/off "Receive incoming calls" for SIP on Android

On Android 2.3+ there is a switch Receive incoming calls (in Call Settings / Internet call settings / Accounts). How to turn on/off this switch programmatically?
TN.
  • 18,874
  • 30
  • 99
  • 157
3
votes
2 answers

I have multiple accounts each its own users, and want the users email address to only be unique per account

I am using rails to build a web app which provides each business with its own account and subdomain, Similar to how basecamp (and other 37 signals apps) lighthouseapp.com, and so on. Now I know that there are lots of decent tutorials on how to do…
Rails Fan
  • 121
  • 1
  • 12
3
votes
1 answer

Searching for locked accounts in Active Directory (Excel/VB)

I'm trying to use Excel VBA to provide account information of user accounts on an Active Directory domain. I am struggling with options in the "Account tab in "Active Directory Users and Computers" specifically checking if an account is locked. I…
Jacko
  • 31
  • 3
3
votes
2 answers

Meteor.user() not fully loaded after login

I am using Meteor 0.8.2 with accounts-facebook. I set up a limited publication for the users this way: Meteor.publish('users', function () { return Meteor.users.find({}, {fields: {'profile.picture': 1, 'profile.gender':1, 'profile.type':1}, sort:…
SylvainB
  • 4,765
  • 2
  • 26
  • 39
3
votes
1 answer

requestAccessToAccountsWithType completion not being called

When I run [_accountStore requestAccessToAccountsWithType: ...] I am getting no response. My completion handler isn't being called. However I do have access to twitter. // Step 0: Check that the user has local Twitter accounts if…
Jargen89
  • 480
  • 1
  • 6
  • 19
3
votes
1 answer

Handling logins from multiple third-party APIs

I need to implement an accounts system that lets users login via the Facebook, Twitter and LinkedIn APIs. I'm looking for the most simplest and most efficient way to do this on the backend, using MySQL and PHP. Here's what I have in mind as a…
hawkharris
  • 2,570
  • 6
  • 25
  • 36
3
votes
1 answer

Multiple custom accounts in combination with GCMIntentService

I encountered a problem with having multiple accounts of my own custom type. I use GCM (Google Cloud Messaging) to recieve messages from our application server. Now since you need to make your own implementation of GCMIntentService extending…
3
votes
0 answers

How to add an IMAP/POP3 account programmatically

I'm writing an app to add an IMAP/POP3 account programmatically. The problem is, I can't get it displayed in the Accounts&Sync Settings. Account account = new Account(context); account.se; account.setDescription("acc added thr prog"); …
TamiL
  • 2,706
  • 4
  • 24
  • 44
1
2
3
13 14