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've enabled the FB Code Generator (one-time passwords for secure login on new devices). I've already got 5 other accounts set up in Google Authenticator, so it'd be great if I could export my FB otp key for use in that app.

Between simulators, browsers, and test devices, I actually have to use this pretty often. It's kinda annoying that I have to start the FB app, tap the menu, scroll to the bottom of the huge list, and tap code generator (at least 5 seconds from a cold start)... When I can pull up the Google Authenticator app in approximately half a second.

Barring the ability to export keys, is there at least some way I can set my TOTP key via the API or something?

share|improve this question

closed as off topic by blowdart, RolandoMySQLDBA, John Koerner, ElYusubov, brian d foy Jan 28 at 0:20

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

Yes. Facebook uses the standard TOTP algorithm and will need to accommodate the use case where you didn't have mobile internet access (hence key/seed fetching unavailable).

Look for the "having trouble?" link in the popped up dialog in your browser when setting up code generator, it will lead you to a seed/key. Just feed that into your Google Authenticator and verify the first code, it should work :)

share|improve this answer

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