Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I work for a software company that wants to use Facebook Login and wants to build a Relying Party component that consumes facebook identity. However, right now there is no way to associate an application as belonging to a company. A facebook login is associated with a person who should be working at a company to be able to register an application that will consume facebook authentication.

My question is: What can I do so that applications that are registered to use facebook authentication are associated to a company rather than an individual, since if the individual leaves the company or moves to another position, he will no longer be working on the same product/service and hence would like to pass on the application registration credentials to someone else. If a login account belongs to a company, then it allows the company to retain the credentials and continue development/testing.

My company won't mind paying an annual fee for allowing registered applications to be associated with a company.

Please do reply and thanks in advance.

Regards Parag

share|improve this question

closed as off topic by Ken White, Joe, CBroe, Thilo, Graviton Aug 23 '12 at 3:05

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

What can I do so that applications that are registered to use facebook authentication are associated to a company rather than an individual,

You can do: Nothing.

since if the individual leaves the company or moves to another position, he will no longer be working on the same product/service and hence would like to pass on the application registration credentials to someone else. If a login account belongs to a company, then it allows the company to retain the credentials and continue development/testing.

Create a group for your companies app admins, and add that group to every app you create (resp. to the already existing ones). That’s the closest thing you can get.

If someone who “owns” an app leaves the company, they will have to transfer ownership to another developer’s account themselves.

share|improve this answer
Thanks for the response. – Parag Shah Aug 20 '12 at 23:38

Not the answer you're looking for? Browse other questions tagged or ask your own question.