Facebook's JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls. These include all of the features of the REST API, Graph API, and Dialogs.
1
vote
0answers
10 views
When calling FB.ui to publish a feed, it would show “Require Captcha”
When our app's published feed use fb.ui, the page would show "require captcha". We test the feed data, and found that if we use our CDN provider url like
...
0
votes
1answer
16 views
FB.getLoginStatus for local html file
I'm creating a sample html file for testing fb login. I used the code from the facebook developer page as follows but cannot get FB.getLoginStatus to be called. For my facebook app settings i have ...
0
votes
0answers
19 views
FB.ui post to feed link works on mobile, but not on desktop
I'm using the FB.ui method to post a link to a user's feed in a cordova iPhone app. The user or a friend should be able to click the link.
The link works fine on the facebook iPhone app, but does not ...
0
votes
0answers
14 views
facebook javascript login not working on iPhone Simulator
I am testing a standard javascript facebook app using simple javascript provided on their site. This is the first time I have tried this. It works on localhost in a browser to login and logout and ...
0
votes
0answers
32 views
Facebook like button not showing up on site
Any help would be greatly appreciated.
I'm not sure why I keep encountering this problem -- it's driving me crazy lol.
I followed the instructions with the dev page for the Facebook like button ...
-1
votes
1answer
45 views
Using the Facebook JavaScript SDK
This is going to be as beginner a question with getting started as you're like to encounter.
I've done previous programming with Facebook but not directly as web programming - so, I know my way ...
-5
votes
0answers
22 views
Facebook invite multiple friends at one time over 50 limit
I want to invite friends to an application using the facebook api
I need to:
Invite more than 50 friends (facebook limit) at a time
use facebook connect to register friends that accept invite
1
vote
1answer
25 views
Tabs Resize Doesn't Work
I've tried several snippets of code I've found from various sources, including Facebook itself and stackoverflow, but none of them work to increase the default length of the custom tabs I created for ...
0
votes
1answer
14 views
Sharing Page B post on Page A wall using an application
Assumption :
I’m Admin of Page A.
I’m NOT Admin of Page B.
As Page A, I can take any post that is displayed on Page B and SHARE it onto Page A this is achieved by clicking on the word “Share” that ...
2
votes
2answers
117 views
Facebook All.Js new error
I have a website using the Facebook JS SDK and it's working perfectly since over 2 years
Today the Facebook part (i use the SDK to display the user time line in a tab in the main page) stopped ...
0
votes
0answers
15 views
Facebook getloginstatus javascript sdk
Hi can i check how to make this script right?
jQuery ->
$('body').prepend('<div id="fb-root"></div>')
$.ajax
url: ...
0
votes
0answers
24 views
Facebook app stay login on canvas
i have a facebook app that can be access through facebook canvas or directly via the url.
so everytime my user revisit my app, they have to click on sign in again, even if within the same session(For ...
0
votes
0answers
37 views
FB.Event.subscribe not working in Chrome
After tonnes of reading still i cannot get Event to fire in chrome! It is working perfectly in firefox
I am trying to make a simple LOGIN button in a modal box.
Click link > modal box(twitter ...
0
votes
3answers
109 views
facebook comment box gets cut off vertically
Anyone can tell me why this comment box is getting cut off?
http://www.bia2.com/music/unit.php
I have tried changing the doctype from html5 to earlier version, but that doesn't seem to help.
Any ...
0
votes
0answers
39 views
Facebook Javascript SDK parent and popup page both redirecting in facebook login page
I'm having problem with my facebook Javascript SDK.... It's working but. when you click login... There will be popup show that sign you in facebook (which is okay)..The problem is, when you signin ...