Reputation:
if you know guys I want to connect to facebook with my android app on xamarin,but i have problem i can't get hash key,in .android folder there is no debug.keystore file,if can show me some code or video how connect to facebook please help
Upvotes: 2
Views: 549
Reputation: 2836
question is not clear as Alex said. However this video is helpful which used Graph api for log in to facebook. I tried and it works and it also have github link for code.
https://www.youtube.com/watch?v=xGW9Q4atJNc
Upvotes: 0
Reputation: 3362
Try
keytool -exportcert -alias androiddebugkey -keystore ~/.local/share/Xamarin/Mono\ for\ Android/debug.keystore | openssl sha1 -binary | openssl base64
use password android.
Upvotes: 1