Skip to main content

All Questions

Tagged with
0 votes
1 answer
26 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
-1 votes
1 answer
65 views

How do i publish videos to a facebook page's story?

i have been trying to publish videos on a facebook page's story, but i havent been successful, i have tried using their apis and integrating with restfb as well, As for restfb, i was able to post on a ...
David Ogbodu's user avatar
0 votes
0 answers
50 views

Java resized JPEG seems to be invalid format for Facebook?

I use a java program to resize my jpg's for imgsrc settings and speed on mobile, etc. I am using ImageIO and BufferedImage The file types are TYPE_3BYTE_BRG, and written out that was also that type as ...
Robert Clouse's user avatar
0 votes
0 answers
24 views

Why restfb library fails updating Facebook Page info?

I need to be able to update (using any API in JAVA) the info of my Facebook Pages, such as address, opening time hours, email, tel etc., but, I have not been successful. I have tried restfb library ...
Shila Mosammami's user avatar
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
1 answer
128 views

How to schedule a facebook page post?

I need to shedule a facebook post using an image. It should appear in the planner tool of the Meta Business Suite. I found this example, but I can't figure out how to use an image and set a ...
user10053673's user avatar
0 votes
0 answers
429 views

Why is authorization url not working with Instagram GRAPH API?

I am trying, for the first time, to make a Java desktop app using Instagram Graph API. I am having trouble with a user logging in with their instagram account. The official Meta website only shows ...
jari85's user avatar
  • 81
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
205 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
0 votes
1 answer
704 views

Facebook The authorization has been revoked. Reason: Invalid OAuth 2.0 Access Token

I have problem when i login to facebook in my system to get my pages. The facebook api sent to my server response: The authorization has been revoked. Reason: Invalid OAuth 2.0 Access Token. The ...
sonnv0812's user avatar
-1 votes
4 answers
589 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
38 views

which platform on facebook for developers to choose?

I made a chat bot for facebook messenger and now to complete I need to send it for verification (pages_messaging permission). And when submitting, I am asked to select a platform (to enter?). I don’t ...
kzrvv's user avatar
  • 1
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
0 votes
0 answers
199 views

How to handle the request when the user clicks the not now button during login with facebook

When i click "Not Now" button during login with facebook it sends me to the previous url along with status code https://localhost:3000/facebook/redirect?error=access_denied&error_code=...
Muhammad Tameem Rafay's user avatar
0 votes
0 answers
35 views

How to click on disabled button in facebook

I want to click on this disabled button but i can't can some one help me this is screen for button enter image description here enter image description here
Mohamed Refaat's user avatar
2 votes
2 answers
237 views

How to click on Close icon/element on the Facebook sign-up page using Selenium Java?

I am new to Selenium and learning. On the Facebook sign-up page I want to click on the X as shown in the below screenshot, but I am unable to click it. It's an img element. driver.findElement(By....
sanchit raut's user avatar
1 vote
1 answer
585 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
1 vote
1 answer
848 views

How to exchange facebook code for an access_token

I start oAuth2 with Facebook from client side and I get code after successful user login. Now I want exchange code for an access_token like here: https://developers.facebook.com/docs/facebook-login/...
tomDev93'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
0 votes
1 answer
657 views

selenium test case for facebook login and if doesn't login then automatically enter create new account option i cant automate theCreatenewAccount opt

selenium test case for facebook login and if doesn't login then automatically enter create new account option and i tried to search the locators in the HTML code for create new account option there id ...
Anish Subramanian's user avatar
0 votes
1 answer
353 views

Selenium does not find element by it's xPath

Trying to upload some image from Facebook by its xPath, without lucky, any other way to do it? Java: var xPathContato = "//*[@id=\"mount_0_0_lv\"]/div/div[1]/div/div[3]/div/div/div[1]/...
JamesB's user avatar
  • 493
0 votes
0 answers
84 views

how to update video custom_lables with Facebook Graph API POST request

I'm trying to add custome_labels to my video using facebook graph api. I'm trying to use the following : FB.api( '/{Video_ID}', 'POST', {"custom_labels":"TEST"}, function(...
Ali'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
399 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
0 votes
0 answers
43 views

newMeRequest needs a Page Access Token

So lately I've been trying to use Facebook's Graph Api and was trying to get some of user's data like email, profile picture, id and name as a start, but however I try to use a newMeRequest the ...
Omar Shawky's user avatar
  • 1,248

15 30 50 per page
1
2 3 4 5
72