Skip to main content
0 votes
1 answer
47 views

I was looking over the Tensorflow.js dependencies and noticed that fbjs is included in the dependency list. What functionality requires fbjs? I'm not familiar with the package, but I'm aware that it ...
Sintrias's user avatar
  • 606
1 vote
0 answers
77 views

What would be the proper way of re-asking user permissions? I am specifically interested in pages_show_list. There FB gives the user a list of pages to select from. Assuming the user would not have ...
ArkadyB's user avatar
  • 1,275
2 votes
1 answer
3k views

I'm trying to add react to my existing web app. I successfully installed all required npm modules but after running npm run wbp command I got a lot of errors like: ERROR in ./node_modules/react-dom/...
ingvar's user avatar
  • 4,385
1 vote
0 answers
418 views

Is there a way to view the line number of the js file containing the offending <a>? This warning is produced by a package in fbjs which comes with React.
Avery235's user avatar
  • 5,356
7 votes
1 answer
266 views

I was looking through the React source and stumbled across a requirement with var emptyFunction = require('fbjs/lib/emptyFunction');. I looked at this function and was confused by what it does. Here ...
chackerian's user avatar
  • 1,421
3 votes
1 answer
2k views

I'm defining two constants using keyMirror from Facebook's fbjs. // file1.js import keyMirror from 'fbjs/lib/keyMirror' export default keyMirror({ CONST1: null, CONST2: null, }) then import ...
FuzzY's user avatar
  • 670
0 votes
0 answers
111 views

I am using FB JS-SDK FB.ui feed to post on Facebook but I am having issue with the picture I am posting. What I need is that the picture should look like the picture in image linked here (rectangular ...
shaile's user avatar
  • 976
4 votes
1 answer
6k views

I am getting the error: "ReferenceError: window is not defined" on React. Below is my code: import React from 'react'; import styles from './Header.css'; import withStyles from '../../decorators/...
hilarl's user avatar
  • 6,948
-1 votes
1 answer
515 views

Could Facebook page Accesstoken and Signed Request be exposed in client side aka javascript. ? is it a good option to store in db or in memory on server? FB.login(function (response) { if (response....
rakeshvenkata's user avatar
1 vote
2 answers
2k views

Any simple way to show loading icon or message until loading Facebook like box on page. And hide message/icon after like box completely loaded on page. Snap: Code: <div id="fb-root"></div&...
Frank's user avatar
  • 2,367
0 votes
1 answer
174 views

I'm trying to build a nice web app with jqtouch with a facebook login. Got it working up to a point. But when pulling the app to the iPhones's home screen (windowless viewing, jqt) and authenticate/...
Matt's user avatar
  • 1,131
0 votes
1 answer
688 views

im using drupal for facebook for my page tab app, and have a certain issue with it - after authentication, the user is redirected through a custom module, with the code below - <?php function ...
DataB's user avatar
  • 161
0 votes
0 answers
755 views

I have a website with facebook connect and a facebook page tab in witch the user must login to facebook. I use the JS API and it open a popup to let the user connect. It work fine everywhere but in ...
jfmmm's user avatar
  • 431
0 votes
1 answer
286 views

Have anyone had this problem before using the Facebook JavaScript API for a page tab like-gateway and face long time waiting for this URL request: 0-278.channel.facebook.com! I'm not sure where to ...
KB.'s user avatar
  • 3
0 votes
1 answer
1k views

I am trying to integrate facebook connect to all my websites. For example I have a website called example.com and many sub domains like, bob.example.com, claire.second.example.com, swiss....
shyamsundar1988's user avatar

15 30 50 per page
1
2 3 4 5
16