Facebook Connect + MVC Model @OneDeveloper a single "user service" that depeneds on both UserDBRepository and your Facebook data sounds like a good approach. But whether that should be a FacebookRepository or FacebookService depends on the kind of methods you need to support from Facebook. If it's simple CRUD methods then a repository sounds appropriate.