My guess is you lose close to none.
Some things to consider though:
- Keep the logon process as simple as possible. The user should just click on an authentication method and be redirected to facebook/openid/twitter's page to authenticate.
- Provide users with a way to register on one of these alternaives if they haven't got an account. MyOpenId is a good choice for this, as it is ONLY a logon-service and nothing else.
- Provide users with some information on this logon process.
I think StackExchange do good job with all the above...
(I have no data to support this advice, but we're betting on it ourselves.)