android-facebook Questions
14
Solved
Hey I know this was asked before, but none of the solutions seem to help. I'm using first time Facebook SDK in my application.
What I've tried:
I had tried most of the things found on Internet bu...
Valarievalda asked 13/5, 2015 at 11:22
8
Solved
In my android application, I used facebook login. It is first time ever I used it.
The login functionality is working fine in release apk file. Also, I have generated key hash by using keytool, op...
Split asked 29/7, 2017 at 10:51
2
Solved
I was very surprised when I found out that the Facebook app on Android apparently is able to install the Facebook Messenger app without asking for permission.
I'm aware that it is possible to inst...
Welterweight asked 9/9, 2020 at 12:54
7
Solved
Is it possible to access a BuildConfig value from AndroidManifest.xml?
In my build.gradle file, I have:
defaultConfig {
applicationId "com.compagny.product"
minSdkVersion 16
targetSdkVersion 2...
Blisse asked 10/3, 2015 at 0:16
13
Solved
I want to customize the look of the Facebook login button which we get along with the Facebook sdk for android (facebook-android-sdk-3.0.1). I want a simple android button which has title "Login vi...
Vanzant asked 1/5, 2013 at 7:58
8
Solved
My app uses facebook api for user login. On developing it works fine, but when I uploaded it to google play it stops working.
This is the error log:
12-10 20:20:02.488: W/fb4a(:<default>):B...
Berlauda asked 10/12, 2013 at 22:26
3
I'm using Facebook App Events tracking for Android, but I have no idea how to disable tracking when a user wants to opt out! Does anyone know how to do that?
The documentation says:
We recommen...
Intend asked 12/10, 2016 at 8:47
5
I'm facing a strange problem with android studio. I have two Android app that uses facebook sdk with same facebook Application for login and share pictures. With new api, it's necessary to declare ...
Tiger asked 27/4, 2015 at 10:54
2
Solved
I have been using version 4.27.0 of facebook sdk for android. I have been getting a crash only for android 8+ devices. The stack trace is as follows:
Fatal Exception: java.lang.AssertionError: No ...
Perron asked 21/7, 2018 at 5:26
3
Solved
In my app I'm using facebook SDK to perform a login and register methods.
It's Okay when I have the general FaceBook application or using normal web-browser on my device.
But when I have FaceBook...
Etzel asked 20/7, 2018 at 19:14
2
In my Android Aplication I just need to open SMS intent with pre populated message_body and the PhoneNumber.
Following is the code I am trying
Uri uri = Uri.parse(String.format("smsto:%s", strP...
Holzer asked 16/3, 2018 at 13:15
1
I'm trying to integrate Facebook into my Android app. Using the Facebook Login Button, I tried to login in. When I first install the app, it works fine and login successfully. When I logged out usi...
Hautevienne asked 6/6, 2013 at 11:58
4
Solved
I can't make API requests with the Android Facebook SDK, or even get the user from the login callback - it always returns null.
Particularly, with the newMeRequest, I get the following error messa...
Townspeople asked 12/3, 2014 at 17:41
5
I am trying to login with facebook using android sdk 4.7.
I have tried the following link
http://www.theappguruz.com/blog/android-facebook-integration-tutorial
http://www.androidhive.info/2012/03/a...
Barrera asked 7/11, 2015 at 14:46
1
Solved
I currently use LifecycleObserver for notifying about events such as onStart of my view. This is great for components as presenters or handlers, such as FacebookLoginHandler that needs to register ...
Hardej asked 6/1, 2018 at 10:27
2
When I'm sharing on Facebook page, getting following error :
(#100) Only owners of the URL have the ability to specify the picture, name, thumbnail or description params.
It was working fine 5-1...
Lassiter asked 4/1, 2018 at 16:4
4
Solved
Official facebook sdk lib conflicts with android sdk, especially with:
'com.android.support:animated-vector-drawables:27.0.1'
Gradle:
apply plugin: 'com.android.application'
android {
compileS...
Shipowner asked 9/1, 2018 at 11:30
0
I am developing an application in which i am having Facebook authentication on custom button. The code i done is as follows:
First i initialize facebook SDK in my activity onCreate() as:
// Faceb...
Wende asked 17/11, 2017 at 6:58
2
Solved
I am using facebook-android-sdk:4.20.+ and com.android.support libraries which are conflicting with error message:
All com.android.support libraries must use the exact same version specification ...
Ursas asked 5/4, 2017 at 7:19
0
I am trying to get all pages url liked by user. I'm able to fetch records using below method, but paging not working. I'm getting same data every time with same before - after cursor token lead to ...
Plumule asked 26/7, 2017 at 6:44
4
Solved
I'm trying to add facebook SDK to android project but I'm unable to add it, I couldn't do it.
My project has one package and there are 8-10 packages in it so where can I add facebook SDK?
I search...
Hypopituitarism asked 17/1, 2013 at 10:35
5
Solved
My activity is throwing this error on crash:
java.lang.RuntimeException: Unable to resume activity {com.beerportfolio.beerportfoliopro/com.example.mike.beerportfoliomaterial.MainDrawer2}: java.lan...
Shipboard asked 11/3, 2015 at 23:5
6
Solved
I have been doing some login project via Facebook latest SDK i.e. 3.0. I'm getting a hard time in getting user access token. I have searched on the internet and all, maximum results were using the ...
Wines asked 21/2, 2013 at 7:34
1
Solved
I'm building an application with 2 layers: -
1. Native Android App - contains ability to sign in via Facebook + Google to make sign on less painful.
2. Java Server using Spring Boot - typical MVC...
Spell asked 24/1, 2017 at 13:45
3
I'm building an Android app with multiple productFlavors, and using Facebook SDK v4.1 for login and sharing contents. The problem is that when I try to install an app on a device which already has ...
Maneuver asked 9/6, 2015 at 5:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.