FBJS is Facebook's solution for developers who want to use JavaScript in their FBML applications.
0
votes
0answers
37 views
Problems with validate async at Facebook Registration Plugin
I am having a problem with my validation for my Facebook Registration plugin.
It seems that after I use the command cb({username:'error message'});, then it doesn't run anymore. As it only validate ...
0
votes
0answers
36 views
how to get friends activites on my app using graph api
I want to create an activity feed that shows news.reads activities of my friends who are using my app, almost the same thing as what facebook provides in the social plugin, but I want to show it ...
0
votes
1answer
71 views
White page when FB auth whilst in windowless iPhone mode with JQTouch
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 ...
0
votes
0answers
41 views
facebook ui methods working not working on non local site
I'm trying to get Facebook integration to work within my site. I can authenticate and retrieve friends just fine. When I run my site using "http://localhost:52812/" I can get Facebook apprequests, ...
0
votes
0answers
63 views
Is there any way to stop javascript timing function on a page while browsing? [closed]
There are some javascript based games/applications on facebook where timing is a fact. For example, As much click possible in 10 seconds time / type count in 10 seconds. My question is, is it possible ...
0
votes
1answer
303 views
Redirect back to facebook page tab after authentication?
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 ...
0
votes
0answers
218 views
facebook JS API Login open in new tab instead of popup in IE 7-8
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 ...
0
votes
1answer
202 views
Facebook HTTP Request JS API Error on 0-278 channel facebook.com
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 ...
0
votes
1answer
386 views
Issues with Fb App Domains and Site URL:
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,
...
1
vote
0answers
163 views
Fb.ui apprequest returning null response
After sending an Facebook app request in FB.ui using Javascript SDK, the response returned in the callback function is 'null', if the user sends the request or not. I have tested with multiple ...
0
votes
1answer
108 views
fb loading image not hiding
I have a vanilla implementation of the fb register button on my website, but the loading graphic will not hide..
<fb:registration scope="email,user_birthday,publish_stream" width="520" ...
0
votes
3answers
215 views
Checking action status of a Facebook Open Graph Object
Given the following call to post an action on an object, what is the code to determine whether a user has taken the action for said object? Switching "post" to "get" pulls all the user's actions (not ...
2
votes
0answers
180 views
How do I detect if the Facebook Send Dialog is available?
The send dialog is a useful piece of functionality.
Sadly it is not available on mobile devices
I call the api in the following way;
app.sendMessage = function(){
FB.ui({
app_id: ...
1
vote
1answer
180 views
Access_token in php and javascript with Facebook API
I am having a problem integrating my game into Facebook. Upon reading about the documentation, I read that the best and most up-to-date way to communicate with FB from Flash is via the Facebook API on ...
0
votes
1answer
630 views
Fb.ui feed method on same window instead of new window
The Fb.ui feed method open a new small window for posting a new feed. I want it to open postiing request in the same window and after posting redirect to same(prev) window.
Any one??
Edited:
...
0
votes
1answer
136 views
Alternate of facebook authentication dialogue box in iPhone using HTML5 and js(web app)
i am able to authenticate a fb user by opening a new window, so it can post on his wall. I am using HTML 5 web app in order to make it but my share button doesn't work in iPhone. It doesn't open a new ...
0
votes
0answers
299 views
Add uploaded to FB album photo the the post on wall
Using FB.api() I can attach photo from user's album by defining parameter 'object_attachment' and pass there photo_id. It works fine.
But how can I do the same using FB.ui? How can I attach photo ...
0
votes
0answers
155 views
facebook login is not modal anymore
I tried
FB.ui({ method: 'oauth' as well as FB.login but I can't set it up properly to show as modal dialog. Is fb login not modal anymore? thanks
0
votes
1answer
150 views
How to get the list of friends to whom a user has sent a private msg using the FB send button from my site?
I have a send button integrated on one of the pages of my site and I allow the users to share a link pointing to some private information with their facebook friends using this send button.
Only ...
0
votes
1answer
570 views
Heroku add new files into my facebook appgit
I am trying to add some files to my space into heroku to working my facebook app...
I first create a index.ejs and all is good
then I create a 2 new files: test.html and credits.php
I try to send ...
0
votes
2answers
437 views
FB API: Resource interpreted as Script but transferred with MIME type text/html
I'm using FBJS to post photo
FB.api('me/photos', 'post', {
message: 'some message',
url: 'some url'
}, function(response){
if (!response || response.error) {
...
0
votes
1answer
145 views
How can I pass multiple user ids for “to” field on Facebook Message API
How can I pass multiple user ids for "to" field on Facebook Message API, no-matter how many ids are passed, the message plugin selects only one id. Is there any possibility to have multiple ids ...
0
votes
2answers
208 views
What happens to existing FBML Code once Mark Zuckerberg removes FBML?
I have just added the fb:comments FBML tag to a site.
Working 100%, but Facebook has a notification on the top of the documentation that reads:
"FBML has been deprecated. Starting June 1, 2012 ...
2
votes
0answers
211 views
Facebook Authentication Window Does Not Close After Sign-In
I am using the fb:login button on my site here: http://www.stellarconquest.com/play. This started recently -- in IE9 the authentication dialog does not close after successful sign-in. Here is the ...
1
vote
5answers
5k views
Javascript: My fbAsyncInit() method never gets called
I'm copying the code right out of this page on Facebook's developer website and the fbAsyncInit() method never fires. I've also read this page, I've tweaked the code quite a few different ways, and I ...
0
votes
1answer
508 views
Alternative of FBML for render facebook friends via Javascript SDK
Here is some trouble with Facebook API we are facing from last monday.
We use FBML(Facebook markup language) for sending invitation to facebook friends(There is no problem in login to facebook from ...
-1
votes
1answer
413 views
Facebook stream publish dialog buttons event not working in IE
Facebook fb.ui for feed prompts fine, however when clicked on Share or Cancel button, the event is not triggered in IE only, works fine in other browsers such as Chrome, Firefox, etc.
Here is the ...
0
votes
2answers
92 views
Javascript alternative to FBJS function getAbsoluteLeft
I am migrating a project from previous Facebook Api (FBJS) to the new API. There is a function with the name:
getAbsoluteLeft()
I have no idea why this is used. Can anyone provide its javascript ...
0
votes
1answer
285 views
Set Size of SWF posted to Facebook with Feed Dialog
Is there a way to set the dimensions of a swf posted to Facebook using the feed dialog, either javascript or direct url method?
https://developers.facebook.com/docs/reference/dialogs/feed/
1
vote
1answer
430 views
JSP code for FB credit callback url
i am developing a Facebook iframe app with Facebook credit API. i am using FB JavaScript SDK for that. but i am unable to find out any sample code in java or JSP for FB credit callback URL. all i ...
0
votes
2answers
149 views
No Error in Facebook script but still not showing result
I am very new to FaceBook Javascript API. I need help to get the fiends list according to the Friend List i have created. Like 'Grads, School, Friends, Worked with' (All of these are self created).
...
0
votes
0answers
393 views
FB.ui {method: “send”} won't allow me to send to email addresses
I can use the FB.ui({method: "send"}) dialog to send messages to friends and to fb groups, but trying to send to an email address results in a 500 error on Facebook's end. Note that the dialog itself ...
2
votes
6answers
2k views
FB.ui feed not giving a callback
I am unable to get any feedback from my Facebook FB.UI() method. I am convinced that I am using it correctly, as the actual post does post to my wall, but the callback data is either missing or empty. ...
5
votes
3answers
697 views
Facebook invite friends dialog height issue
We have integrated Facebook Connect to our website, including the invite friends function.
The funny thing is, some users are able to see the full dialog and some users are only able to see the ...
0
votes
3answers
292 views
parseInt returns undefined
Facebook's code changes on Tuesday night have impacted how parseInt works in FBJS. Where I previously used it to convert decimal numbers to straight integers, now it always returns undefined.
For ...
0
votes
1answer
203 views
Where did the Facebook app bookmark option go?
I am running a iframe tab app. After sending invites from my app, I need the users to be directed to the actual iFrame tab location, NOT the location of the canvas app.
I heard that Facebook had an ...
1
vote
2answers
745 views
FB.Event.subscribe infinite loop on Internet Explorer
I've been trying to solve this out for about 4 hours (searching on google and stackoverflow and praying to the rain gods, nothing worked), so I really hope someone in here could help.
I'm developing ...
0
votes
2answers
2k views
Iphone/Facebook like sidebar scroll reproduce
It would be great for developers to use these already loaded javascript libraries for this awesome scroll for their iframe apps . Any help will be appriciated
0
votes
1answer
133 views
FBJS - Wall feed posting
I am posting to a users wall feed using the correct permissions, however... none of his friends can see the posts made from my application... Why is this... I noticed a friend of mine has a subscribe ...
0
votes
1answer
78 views
How to get clicked elelment in <fb:visible-to-connection>-context?
It seems FB have removed the possibility to get the the clicked element (i.e. this) in the context of <fb:visible-to-connection>.
I.e:
<a onclick="doSomething(this);">test</a>
...
1
vote
1answer
305 views
Check if user Likes Page with JS API?
I know this has been asked a bunch of times, but I have only seen serverside solutions.
I'm running an iframe app that is embedded into a page as a tab. I want be test to see if the page is liked or ...
1
vote
2answers
851 views
Opening mobile web application from shared link from Facebook iOS application
I have a mobile web application that uses the Javascript SDK to connect to facebook and use the Graph API to retrieve user information. When testing on an iPhone, the site works fine from Safari, but ...
0
votes
1answer
509 views
FBJS friends birthday oauth 2.0
my FB.login(function ends with scope as it should:
}, {scope:'user_birthday,friends_birthday'});
after the user logs in the function permissionsTest() fires:
function permissionsTest(){
...
0
votes
1answer
1k views
“Don't ask again before sending requests to” checked or not
I tried this using "Test user" and random friend , it seems "Test user" continue to appear even previous I cheched "Don't ask again before sending requests to Test user and rand user".
Is sending ...
0
votes
1answer
215 views
Request dialog multiple friends
I saw this on "Sims Social" , wondering how they do that
:
screenshot
0
votes
1answer
1k views
Unknown method error using FB.ui
I'm running into an issue using the FB.ui. It is a pretty simple implementation but every time I try it I get "API Error Code: 3", "API Error Description: Unknown method".
Here is an exact copy and ...
-1
votes
1answer
594 views
(#210) User not visible
I'm writing a facebook app in which the logged in user (a) chooses a friends from their friends list (b) and then the app posts on their friends wall (a posts to b).
I ask from the user the ...
0
votes
1answer
424 views
How to tag and upload image on user's facebook profile profile using JS and API
How can I tag and upload an image to my app's user profile?
I am using following code which is not working for me.
The user has given upload, post, offline_access scopes to my app on the landing page ...
0
votes
1answer
365 views
Javascript API Share function giving error
ARG! I am running into a problem trying to post to a users feed from a Tab application living on facebook.
I am using the FB.ui to post to the stream in this manner:
window.fbAsyncInit = ...
1
vote
1answer
35 views
Legacy FBJS causing errors
I'm having trouble with some old legacy FBJS. To validate the value of a field I was using
document.getElementById('email2').getValue()
This is now giving me the error
Error: ...

