Skip to main content

All Questions

2 votes
1 answer
224 views

JavaScript triggered redirect not working on site opened in facebook webview

Opening our ecommerce site from within the Facebook app on Android, opens the page itself in a Facebook web view. When performing the purchase, an external app is opened for digital identification, ...
Jesper Wilfing's user avatar
4 votes
1 answer
11k views

Why does React Native app crash when clicking on debug in Android emulator?

React Native app shows error when clicked on debug in Android emulator Attempt to invoke interface method java.lang.String com.facebook.react.bridge.Cat alystInstance.getSourceURL('on a null object ...
Sudharsan Palanisamy's user avatar
0 votes
1 answer
922 views

Native module FBAccessToken tried to override FBAccesTokenModule. Check the getPackages() method in MainApplication.Java

So I receive this error message while attempting to integrate Facebook login into my app but am overall unclear on how to address it as I can't seem to figure out what's wrong with my MainActivity....
Zippy Zebra's user avatar
5 votes
0 answers
463 views

Javascript redirection not working on facebook in app andriod browser?

Javascript redirection has stopped working on the latest version of facebook in app andriod browser. Tried window.location.replace({url})and also so many different methods with no avail. including: ...
neel shah's user avatar
  • 2,261
0 votes
0 answers
59 views

Unresolved variable SdkBridge -- react native

Hi i update my react native project from 0.59.9 to 0.64.2, but it it not finding the next import import {NativeModules, Platform} from 'react-native'; const SdkBridge = NativeModules.SdkBridge; The ...
Alejandro Gonzalez's user avatar
0 votes
1 answer
88 views

Android Draw inside a Webview

I have a webview that I load facebook URL inside it. I want to draw a button on each feed (Image/Video) inside the webview content. and on click, I want to capture the image/video link similar to the ...
Anthony's user avatar
  • 651
0 votes
1 answer
1k views

How can I open a mobile app (eg Facebook) via a browser redirect?

I've been searching for the past few hours for this and decided I'd just try asking. I have a URL that people will visit, it loads a PHP page which checks a database for a specific Facebook link, and ...
Jesse Mount's user avatar
0 votes
0 answers
78 views

How to get data after installing the Facebook SDK for Android

I have installed the Facebook SDK into Android app. The thing is that I need certain data when the user installs the app via Facebook. The data I need is the Ad Group, Keywords (if possible) and ...
alesia's user avatar
  • 1
-3 votes
1 answer
965 views

Is it possible to open a facebook group link in facebook app from android webview application build by android studio

I want to know is it possible to open a facebook group link in facebook app from android webview application build by android studio. is there any html and JavaScript for that.
ContCAT SA's user avatar
1 vote
0 answers
849 views

input type="file" not working in facebook in-app browser

In Facebook in-app browser (fb messanger 237.0 for android) not working file input I've tried to trigger it with js $('input').click(); $('input').on('change', function () { alert(1) }) And ...
Bohdan N's user avatar
0 votes
0 answers
366 views

Facebook/messenger's inbuilt browser keeps caching page

I'm having a serious issue with android's inbuilt browser (I assume that's what messenger uses anyway). The issue is that HTML content on our page is dynamic and has to be always updated per reload, ...
alps's user avatar
  • 183
1 vote
1 answer
143 views

Unable to open chrome browser using JavaScript

I am trying to open a website in chrome from facebook's in app browser. For that i am trying following code but it does not seem to open chrome. window.location.href = 'googlechrome://navigate?url=...
Naveed Khan's user avatar
4 votes
1 answer
8k views

URL Scheme to open Chrome/Firefox (Android OS) from Facebook post

We've a web page that needs to be open in Chrome/Firefox on Android to fully display the content. But when we post the link on Facebook, it always opens the links with its own web browser. So we're ...
Nhan Nguyen Tri's user avatar
0 votes
1 answer
88 views

How to send invitation to Facebook friends on iOS using Cordova?

With exactly the same codebase I have perfectly working Facebook events on Android. However, on iOS it doesn't works. I'm using https://github.com/jeduan/cordova-plugin-facebook4 for this and tried to ...
Daniel Danielecki - Ditectrev's user avatar
3 votes
1 answer
308 views

GameRequestDialog for Facebook friend invitation always asks for login, even if user was already logged in

I am using GameRequestDialog from Facebook to enable game invitations to my users. The problem is, when my users are logged in with their Facebook App on Android(single sign-on feature), it always ...
ChessFriends Player's user avatar

15 30 50 per page
1
2 3 4 5
11