Skip to main content

All Questions

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

Android live app - Google Admob mediation with Facebook Ads shows only Test Ads

We have added mediation code for Facebook with Admob in Android Studio. But After published live app in play store, my app does not showing live ads, it's showing only facebook test ads. NOTE : App ...
Hardik Kathiriya's user avatar

15 30 50 per page