facebook-android-sdk Questions
4
Solved
Just a small confusion I want to ask while making a facebook app to implement share feature in my android app
Unique app Identifier used to open your app
Package Name: Is it that unique identifi...
Sunbow asked 19/7, 2014 at 8:43
5
I use the Android Facebook SDK. I get the following message in Logcat:
com.facebook.internal.NativeProtocol: Apps that target Android API 30+ (Android 11+) cannot call Facebook native apps unless t...
Depreciation asked 5/7, 2022 at 9:20
2
Solved
How can I generate the right release key hash in Ubuntu?
I have already referred this but i can't get my answer.
Torture asked 12/10, 2015 at 4:48
5
Solved
Facebook Android sdk has a com.facebook.widget.LoginButton
I want to put my own image for the Login button. Is it possible ?
So far i've tried adding android:src="@drawable/facebook" to the layou...
Rozek asked 11/5, 2013 at 11:46
24
Solved
I wish to generate an application signature for my app which will later be integrated with Facebook. In one of Facebook's tutorials, I found this command:
keytool -exportcert -alias androiddebugke...
Keramics asked 10/8, 2012 at 6:4
37
Solved
I'm really having troubles with the Facebook hash key.
I generated it in my Eclipse.. proof:
Then I went to https://developers.facebook.com/ and registered a new app.
And finally I've set my h...
Allene asked 30/11, 2013 at 13:51
6
Solved
I have
compile 'com.facebook.android:facebook-android-sdk:4.16.0'
My manifest:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.a...
Elenor asked 28/9, 2016 at 17:28
2
Solved
I am using Facebook SDK version 4.11.0 in my app.
As per the steps outlined on the Official docs page, I have added following things inside manifest file to enable Chrome Custom Tabs.
<activi...
Unfetter asked 4/5, 2016 at 9:17
3
Solved
I'm using Facebook 3.0 SDK for android. I have to implement Facebook log in. I'm accessing user's basic info like name, userID. But I want to have access to email also of the user. I have gone thro...
Aikoail asked 2/5, 2013 at 7:7
6
Solved
I'm using facebook-android-sdk-4.19.0 in Android Studio and I followed the Facebook quick start guide at https://developers.facebook.com/docs/android/getting-started (Click on the Quick Start butto...
Lilllie asked 26/1, 2017 at 22:47
17
Solved
I am using facebook sdk in my project. Facebook SDK works fine till yesterday. but today when I open my project , the build failed and shows error as follows
Error:A problem occurred configuring ...
Bissau asked 29/9, 2017 at 4:45
1
I'm retrieving user's Facebook id using AccessToken.getCurrentAccessToken.getUserId() and saving it in FirebaseDatabase.
Then I'm retrieving it and populating several CardViews using the data. Eac...
Scruple asked 20/10, 2017 at 2:21
3
We have Android and iOS apps with integrated Facebook login. Recently Facebook disabled our app because "During Login, your app is crashing or hanging excessively". The problem however is...
Justiciar asked 9/11, 2021 at 7:43
14
Solved
I have an application on production on Play Store which uses a login with the Facebook SDK.
When I debug the application from Eclipse there is no problem, but when its on production it gives me the...
Parliamentary asked 21/10, 2013 at 1:39
7
Solved
I have set up simple facebook login. For Android 2.3.6 everything works as should, user gets prompt login dialog, enters data and app goes on. I thought that it was android versions fault but it tu...
Lawannalawbreaker asked 25/7, 2013 at 10:30
11
Solved
It's good to have a Updated Android Studio 3.0. But I am facing a problem with Android Studio 3.0, I just created a new project in Android Studio 3.0. Then I got some error
I solved these by chang...
Avaunt asked 29/10, 2017 at 14:58
1
I'm integrating the Facebook SDK into my Android app for the purposes of tracking app installs via Facebook ads. The documentation (https://developers.facebook.com/docs/app-events/getting-started-a...
Slavophile asked 26/4, 2019 at 14:49
7
Solved
I have followed some Facebook API 3.0 tutorials, including the Login/Logout and the Publish To Feed examples. So the login works this way:
App opens, shows a fragment which displays a login butto...
Footmark asked 8/8, 2013 at 20:52
9
In the Facebook android tutorial we are told to use following code to create a key hash:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | o...
Campinas asked 6/4, 2012 at 10:7
0
We are trying to integrate Facebook analytics into our apps and we notice that user properties has been deprecated on 22 Jun 2020. But doc doesn't not say anything about the alternative way. Is the...
Rillings asked 11/8, 2020 at 7:56
4
Solved
How do I find out the version of the current SDK is installed or referenced by my application? I have looked through the class files and the manifest but there is no reference as to what version it...
Pollock asked 7/10, 2013 at 13:48
7
Solved
I created android app and it is working fine.
The issue is that when we decompile the app we can see all the code, so hacker can see our API URL and API Classes so they can clone the app.
So my qu...
Mullane asked 9/10, 2019 at 5:31
2
I am trying to create the login with facebook in android and I am running into this issue. I am not sure what else I am failing to see or set.
I tried setting app toke / client secret but it keeps...
Scarito asked 10/1, 2017 at 4:47
2
Solved
I'm developing an android native app using Facebook SDK 3.5.
I'm trying to have an autocompletetextview where I can pick some facebook friends, for this I'm using an newMyFriendsRequest as below:
...
Modality asked 17/11, 2013 at 11:31
3
Solved
I am trying to make a class that handles Facebook logins in my application.
My problem is it doesn't work on all activity.
On that activity it doesn't call the callback.
After the login and authori...
Salmonoid asked 4/12, 2013 at 9:43
1 Next >
© 2022 - 2024 — McMap. All rights reserved.