Skip to main content

All Questions

Tagged with
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
85 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 vote
1 answer
365 views

FB.logout() not working with angular/ionic 3

I have an Ionic 3 application that will be a pwa. I'm using the javascript facebook API to login to the app. It logs in and brings the user information, but when I call FB.logout () it just changes ...
Christian Santos Grossi's user avatar
2 votes
0 answers
1k views

java.lang.IllegalStateException: You can't call show() for ad in state ERROR (After Splash)

Halo, I want to ask about my project, I tried to apply the Audience Network to my application, exactly after the splash screen and code like this ... import android.content.Context; import android....
Ragil Wahyu Kurniawan's user avatar
-3 votes
1 answer
315 views

How to open specific web page after facebook login to my website?

I integrated facebook login to my website but after doing login it redirects me to https://mywebsite.com instead of https://mywebsite.com/history.php How can I open https://mywebsite.com/history.php ...
Schadrack Rurangwa's user avatar
-1 votes
1 answer
683 views

How can I make to get friends list android app on Facebook?

I want to create get freinds list and unfriend finder feature in android app. I use facebook sdk or etc... Do I need to be authenticated to use the feature? And can I find examples with these ...
ko_ma's user avatar
  • 971
5 votes
2 answers
4k views

How to share a deep link on social networks in react native

as the title says, I'd like to know if there's a way to share URL deep link in a social network (eg: twitter, facebook, whatsaap, etc). I'm using this library react-native-share but since it isn't a ...
Marco Portillo's user avatar
0 votes
0 answers
407 views

Send Updates to Users using Facebook CheckBox plugin

I'm new to Facebook's Messenger platform so I hsve a conceptual doubt. I'm trying to implement a feature using Messenger checkbox plugin(https://developers.facebook.com/docs/messenger-platform/plugin-...
Lucy's user avatar
  • 1,830
0 votes
0 answers
116 views

HtmlUnit Load Facebook Photos

So, I have a project where I need to get the photos from a profile. I am able to navigate to the photos page of a profile, but I believe the JavaScript is not loading. I am currently using HtmlUnit ...
user2683809's user avatar
1 vote
1 answer
81 views

Facebook javascript SDK Share version from property files to jsp not working [webapp]

I am using a property file to manage App IDs, and versions. here is the property file : #Facebook APP ID & Version #My Local facebookShareAppId = xxxxxxxxxxx #UAT #facebookShareAppId = ...
EdSniper's user avatar
  • 271
4 votes
1 answer
1k views

Integrating Crashlytics into React Native - Android

I've successfully set up Crashlytics integration for iOS for our React Native project, and have managed to get the android version registered as well. The only problem is that it only reports Java/...
Barnabus's user avatar
  • 386
3 votes
0 answers
993 views

Cannot login programmatically to facebook using htmlunit

I have tried the code given in HTMLunit - Facebook Login and Using HTMLUnit to log into Facebook programmatically using Java. However I am not logged into facebook. With javascript enabled webClient....
Peter's user avatar
  • 213
0 votes
1 answer
1k views

how to check whether the id is existed or not in facebook which got from facebook api

I am doing a game which I need this. client will send the facebook id which got from facebook API, here I need to validate whether the client is sending the facebook id or sending some dummy id. ...
RamBen's user avatar
  • 1,010
1 vote
1 answer
2k views

while implementing facebook sharing in web app Error get The parameter app_id is required

I am working in java and jsp building a web application. In my web application i am working on facebook sharing functionality. I have done with the facebook login. But getting problem in sharing ...
Kamini's user avatar
  • 690
1 vote
1 answer
682 views

How to execute JavaScript in HtmlUnit without running page scripts

So, I'm having a bit of an issue in HtmlUnit I'm trying to run a bit of Javascript on Facebook's message page to send someone a message. The JavaScript I'm using is this, and it runs just fine in the ...
cybersec's user avatar

15 30 50 per page
1
2 3 4 5