Skip to main content

All Questions

Tagged with
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
3 votes
0 answers
237 views

Posting pictures on facebook with java selenium: element not interactable

I am trying to post some text and pictures on facebook with a little Java program. I am not able to send any image since I cannot click the appropriate button with selenium. Here is the part of code ...
Saverio Mirko Viola's user avatar
0 votes
1 answer
74 views

save facebook login data after login - Kotlin

i have a normal registration that ask the user for username,email,gender, and password, and these info are stored in Firebase so the normal registration is working fine and the data is saved in ...
Enigma's user avatar
  • 351
0 votes
1 answer
121 views

Android-Java Facebook API Error validating access token

I'm creating an social application in which I have Sign-up from Facebook. Everything work fine. But recently from user Facebook profile URL I'm not getting its profile picture. First this URL "...
ahmad bajwa's user avatar
  • 1,034
0 votes
1 answer
80 views

unable to fetch the facebook user profile after login with facebook in android

I am integrating Facebook login integration. After login, I need to get the name, email, and profile pic of the user. I am getting the details but the profile pic is not showing up in my image view ...
Lahari Areti's user avatar
0 votes
1 answer
74 views

Login via facebook and gmail

I have an application which is based on JWT. Currently, when you log in with account created via application - you get jwt token: @PostMapping("/authenticate") fun ...
traki111's user avatar
  • 461
1 vote
2 answers
494 views

How to send message to facebook

String url ="https://m.facebook.com/messages/read/?fbid=101631428274763"; Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent); I want to directly send ...
Man's user avatar
  • 17
0 votes
1 answer
30 views

Android Facebook SDK, owner some 3rdparty

Android - Facebook SDK [Advertising] The third party is the owner of the Android application. Install Facebook SDK We create a facebook accout and give it an Application id. We have been doing ...
Ramo Toric's user avatar
0 votes
1 answer
104 views

Can Google admob and Facebook audience network serve ads on the same app without using mediation?

Want to publish my app on play store but don't know if I can use Facebook ads and Google ads sdk together without mediation
Adekunle Emmanuel's user avatar
0 votes
1 answer
164 views

how to set 2 types of user for a certain app

I wanna to create an app that has 2 types of users first type is admin: that has Authority to add info and manage the app second type is the customer and every one has a different options and screens ...
ahmad alazzeh's user avatar
0 votes
1 answer
1k views

Unable to Start Activity... android.content.res.Resources$NotFoundException: Drawable com.app: drawable/abc_vector_test with resource ID #0x7f07005c

I´m trying to do an App that works with Firebase and authenticates with Google, Email and Facebook. Is exactly in the phase of Facebook sync that I had this problem: E/AndroidRuntime: FATAL EXCEPTION: ...
Gutiérrez-Rodriguez Ivan's user avatar
0 votes
1 answer
73 views

Convert java third party object to json with different names

I am using the facebook sdk and the object field names often differ from their corresponding getters & setters. Because of this I am unable to convert my json objects from frontend to the fb ...
ninjaxelite's user avatar
  • 1,168
1 vote
0 answers
14 views

Integrate OAuth account with local account

In my app a have two login types name/password facebook However i am not sure how to integrate the faceboo login. I have table user that holds name email phone number password When user logs with ...
Johnyb's user avatar
  • 1,272
0 votes
1 answer
128 views

How to load facebook ads after certain time of app load?

Hi I am creating an Android app. I want to show Interstitial ads after some time of app load. Say 60 seconds. The Code that I had developed shows add instantly as soon as some button or icon is click, ...
Osarieme Omosumwen's user avatar
1 vote
0 answers
44 views

Facebook Sponsored Message Ad Creative | Java SDK

I am currently attempting to use the Facebook Java SDK to create Facebook Ads/Ad Creative. Here is my code so far: AdCreative adCreative = new AdAccount(id, context).createAdCreative() ...
Hunter Casillas's user avatar

15 30 50 per page