Skip to main content

All Questions

Tagged with
0 votes
1 answer
25 views

How to set facebook au banner ads in 1 activity and it show in multiple Activity

I set this code in /res/layout/activity_main.xml <LinearLayout android:id="@+id/banner_container" android:layout_width="match_parent" android:layout_height="...
Bayzid Hossain's user avatar
0 votes
0 answers
40 views

com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The supplied auth credential is incorrect, malformed or has expired

When I get the facebook token and submit it to firebase, it prompts failure. The news is (The supplied auth credential is incorrect, malformed or has expired. Exception description I have configured ...
jc l's user avatar
  • 1
0 votes
0 answers
137 views

"Your SDK doesn't seem to have updated correctly. Please try again." Even after update is done

I have an Android app using Facebook SDK, when I try to add new events I get this message "Your SDK doesn't seem to have updated correctly. Please try again." I have the latest versions for ...
Marvin Who's user avatar
0 votes
0 answers
41 views

Facebook native preload ad

I'm an Android developer and currently, I'm trying to develop a Facebook ad in my existing code now I want to develop like preload ad, and after some screens, I need to show it without asking for a ...
user21507297's user avatar
2 votes
0 answers
204 views

Facebook page can't open in webview

If I try to load a facebook profile in a webview, I'm getting an error if I use a WebViewClient to display it inside the internal webview and not on an external browser: webView=new WebView(ctx); ...
NullPointerException's user avatar
3 votes
1 answer
1k views

Android Facebook SDK: what does "implementation 'com.facebook.android:facebook-android-sdk:[8,9)'" mean?

It is written here that I should use the following version of the Android Facebook SDK: implementation 'com.facebook.android:facebook-android-sdk:[8,9)' But I see here that the last version of the ...
toto_tata's user avatar
  • 15.1k
0 votes
2 answers
4k views

Error: Unable to load script. Make sure you are either running a Metro server or your bundle 'index.android.bundle' is packaged correctly for release

I upgraded my React Native project from 0.63.3 to 0.66.4 with the help of this resource https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.66.4 (followed every instruction ...
shweta's user avatar
  • 31
-1 votes
4 answers
588 views

ERROR : E/AndroidRuntime: FATAL EXCEPTION: main : Caused by: The Facebook sdk must be initialized before calling activateApp

hello everyone i have error in my android/java project E/AndroidRuntime: FATAL EXCEPTION: main Caused by: The Facebook sdk must be initialized before calling activateApp screenshots: image 1 image 2
RAGIP MULLAMUSA's user avatar
0 votes
0 answers
41 views

Facebook reloaded twice in web browser from mobile app

While Clicking on facebook button,redirect to web browser and open facebook login page.After enter our credentials and need to click the CONTINUE Button, On first click of Continue button, facebook ...
Sudha Pandian's user avatar
1 vote
1 answer
584 views

Is there any new way to open fb url directly in fb not browser?

public static Intent getOpenFacebookIntent(Context context,String url) { try { context.getPackageManager().getPackageInfo("com.facebook.katana", 0); return ...
Youssef Reda's user avatar
3 votes
0 answers
267 views

Didn't find class "com.facebook.CustomTabActivity"

I have recently launched an app that has anonymous and google login enabled on firebase(atm google sign in is not activated in the app). Firebase Crashlytics has some crash reports with "Didn't ...
Burak Gökalp's user avatar
0 votes
0 answers
36 views

facebook giving an error when putting status on live

I am just filling up all the info which facebook need while creating the Facebook login app with key hash and all but when I am putting status in live mode it's showing me some errors you can check in ...
sajid's user avatar
  • 1
-1 votes
1 answer
50 views

How to upload text on Facebook timeline field using android studio?

i am trying to upload text on Facebook timeline using my app to Facebook app using share dialogue. Below code work fine to share link but not working on only text field. ShareLinkContent content = ...
Demo's user avatar
  • 1
2 votes
1 answer
397 views

Trouble Loading is shown when open FB page from Android application

I can open FaceBook page in browser: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.facebook.com/<page_name>"))); I can open my profile page in FB application:...
Sergii Dmytrenko's user avatar

15 30 50 per page
1
2 3 4 5
77