Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9240877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:15:51+00:00 2026-06-18T08:15:51+00:00

So, I know how to generate the debug hash key with the password of

  • 0

So, I know how to generate the debug hash key with the password of android. I know that for each new device, I need to generate (and upload to facebook) the new hash key.

Now, I am not yet ready to actually be in production, but I’d like to distribute the app to a set of testers that would prefer not to generate hash things on their own. I see references to a non debug hash key:

Next, you will need to generate a Key Hash for the application. For
debugging, if using Eclipse, you will want to generate this Key Hash
using the Android debug key. When you are ready to publish your app,
you will need to generate a Key Hash for your signing keys and update
this value in Facebook before your signed app will work.

http://www.techrepublic.com/blog/app-builder/integrate-facebook-logins-in-your-android-app/296

How do you generate this? I’ve never made a production (signed) app before, is this something to do with that? Is there a downside to signing my app before its done? If it’s not, what do I do to let any device run this app with facebook connectivity?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:15:52+00:00Added an answer on June 18, 2026 at 8:15 am

    You can easily generate an own key to sign your application in release mode. See the Android documentation for detailed information: Signing in Release Mode.

    Keystore generation example:

    $ keytool -genkey -v -keystore my-release-key.keystore
      -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
    

    Then generate the hash for Facebook as you did with the debug key:

    $ keytool -exportcert -alias alias_name -keystore my-release-key.keystore
      | openssl sha1 -binary | openssl base64
    

    And finally share your signed apk with your group of testers, that’s all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you know how OpenUDID generate unique device ID? Is there any chance that
To use the Google Maps API, I need to generate a debug API key.
Does anyone know a C# framework that can generate public/private keys, X.509 certificates and
Do you know an integrated tool that will generate the call graph of a
I know I can generate debug symbol using -g option. However the symbol is
As we know to generate a class file there should be atleast one class
I know how to generate my Localizable.strings file from all the source (*.m) files
I know you can generate all permutations from a list, using glob or Algorithm::Permute
Does anybody know how to generate .mht file programmatically in C#, with embedded images
I would like to know how to generate help files for an applescript studio

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.