Tagged Questions
0
votes
2answers
15 views
get ios Accounts information
I am trying to get Account information in my app on iOS.
For example, if I have google account saved in Accounts I would like to get informations about it in my app. Is this posible and how if it is.
...
4
votes
1answer
107 views
Login into 2 accounts of one website at once?
I need this function in my app because I have accounts in gmail both for home and office work.
I know how to send web-requests and receive answers. So I can login into one account. But what to do if ...
2
votes
2answers
353 views
How to create an account system like 37Signals?
How can I create an account system like 37signals, which is:
Each user gets an independent URL. user.domain.com
Each user gets to add a certain amount of users:
And when they allocate resources for ...
2
votes
1answer
620 views
which rails 2 authentication plugin for Twitter and/or Facebook and/or “normal” accounts
Using the current rails 2
I want users to be able to create an account from:
traditional signup
twitter
facebook
and then allow them to link facebook and/or twitter and/or traditional signup ...
1
vote
1answer
927 views
Accessing Unique Identifier (either user, email, or phone) for Android phone in v1.5
Look to identify the user, email, or phone identifier from Android 1.5. I've seen how to access account information from 2.0 and above but need this functionality in 1.5.
5
votes
4answers
758 views
How to always set a value for account-scope in Rails?
I'm working on a multi-user, multi-account App where 1 account can have n users. It is very important that every user can only access info from its account. My approach is to add an account_id to ...
