Android Question need development keyhashe for facebook

eades

Member
Licensed User
Longtime User
how do i get the development keyhashe from B4A for facebook it isn't in de private key file?
 

eades

Member
Licensed User
Longtime User
i can't find out to work with this.
the post assumes that you have an facebook app id but facebook won't give that id if you don't fill in the hash?
i must put in that information in the xml file but i don't have it, so i won't get an hash from b4a?

1. Create a new folder in your app root folder named AppConfig\Values. In there, create a new file named strings.xml and add your facebook app details (app_name and app_id):
Code:
<resources>
<string name="app_id"><your_app_id></string>
<string name="app_name"><your_app_name></string>
</resources>
 
Upvote 0

eades

Member
Licensed User
Longtime User
i can't find out to work with this.
the post assumes that you have an facebook app id but facebook won't give that id if you don't fill in the hash?
i must put in that information in the xml file but i don't have it, so i won't get an hash from b4a?

1. Create a new folder in your app root folder named AppConfig\Values. In there, create a new file named strings.xml and add your facebook app details (app_name and app_id):
Code:
<resources>
<string name="app_id"><your_app_id></string>
<string name="app_name"><your_app_name></string>
</resources>

ok i have the id, i just had to skip the quikstart.
 
Upvote 0
Top