question

ale-medero avatar image
ale-medero asked

Login with Facebook app installed - App

Hi, facebook login is not working in our app and it is because I need the SHA-1 hash that is mentioned in this article: https://developer.amazon.com/post/Tx3LQNO7JYOI8XX/Using-the-Facebook-SDK-Just-Got-Easier.html I don't see it under Settings > My Account. Since you resign my apk when I upload it, i need this to put it under my facebook app config.
fire tabletsubmission testing distribution
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Venkat@Amazon avatar image
Venkat@Amazon answered
Can you please raise a ContactUs ( https://developer.amazon.com/help/contactus.html) with logging in from your account. We will reply with Certificate hash key details.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ZomboDroid avatar image
ZomboDroid answered
We have a similar problem. Our app is rejected by the Amazon Submission test because post to to Facebook fails. We have already contacted amazon support, they have sent us the key hash. We added the hash to the FB developer app, resubmitted the app to Amazon and again the post is not working. If I test this feature with my own APK (signed with my keystore) it works fine. On the FB app page I have added both hashes my own and the one sent from Amazon. I would also like to point out that the same app is live on Google Play and working without a problem. I have also found out that my new app didn't have a security profile assigned to it. I've created one, written to amazon support, to send me the new hash for facebook. I got no reply. Any ideas how to solve this?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Amelia@Amazon avatar image
Amelia@Amazon answered
Hello ZomboDroid, In order to investigate this issue further we will specific information about which app in your account is causing this problem. To protect the personal information of developers, we do not discuss the details of specific applications on these discussion forums. Please reach out to us via our Contact Us form ( https://developer.amazon.com/help/contactus.html ). This will allow us to validate your identity and discuss app specific information in a context that will not expose your personal and proprietary information.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jtpdev avatar image
jtpdev answered
Hello If you are using the Facebook SDK so your user can post directly a message from your app, then be sure in the FB API call to set your application name in the ShareDialogBuilder if this is the class you are using. Aka: dialogBuilder.setApplicationName("xxxxxxxxx"); Just like you my app was not able to post when running on Fire OS but was running fine if published on Google Play Store. After adding the proper API call when building the dialog, then the app started to work and was accepted in the Amazon App Store Looks to me like there is either a bug in the Facebook SDK on Fire OS or simply a bug in Fire OS... Hopefully that will help solve your issue.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.