Facebook's JavaScript SDK provides a rich set of client-side functionality for accessing Facebook's server-side API calls. It can collaborate with any SDK like PHP, C#, Java, android, ios, etc

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

Payments - From Web App

I have an external web app which users log in to using the Facebook OAuth flow. Is it possible to handle Facebook payments from this app - e.g. payments dialog workflow? OR - Are payments ...
0
votes
0answers
8 views

Our trash can has disappeared in our group.

I am an admin on a large group which has crashed due the previous admin not keeping up with site maintenance but we have noticed the trash can has now disappear which allowed us to removed albums ...
0
votes
0answers
8 views

angularJS Web App and Facebook JS SDK

i'm having trouble with a AngularJS web App,, i bootstrap manually the app because of the async load of fb SDK, i create services 'facebook' that get the window.FB variable et and another one 'FBUser' ...
0
votes
0answers
19 views

Get each post id with all comments using facebook FQL

i want to get each post id with all comments for a page using fql query.if i use - SELECT text,post_id FROM comment WHERE post_id IN(SELECT post_id FROM stream WHERE source_id=page_id_here) ...
0
votes
0answers
10 views

Facebook API method: How can I send private messages to multiple friends using FB.api

I want to send a private messages to my friends silently. So, I prefer FB.api method to send. But, I could not find the best solution for my problem. Send Dialog api sends in FB.ui method and can't ...
0
votes
0answers
3 views

Can we create custom tabs in facebook fan page using API

i need to create custom tab in facebook fan page dynamically.Does facebook provide any api or method to do that.
-2
votes
0answers
11 views

How to upload a video privately on Facebook in android? [closed]

I want to upload a video on Facebook through android application and this video only shown by me. In other words i want to upload a video privately on my Facebook wall. How i can do this?
0
votes
0answers
12 views

App was working but stopped: user.permissions returns false

I have an app that was working fine for many days. Until today. It is a Facebook tab app. When the page loads, i do the window.fbAsyncInit function and call FB.ui({ method: ...
0
votes
1answer
15 views

Post Photos as Fan Page not as User (Post as User Working 100%)

I´m trying to post Photos on my Fan Page using Facebook API but the Posts appears as my User and not as Fan Page it self. I know i should use the Page Access Token instead of the App User Access ...
0
votes
0answers
15 views

facebook redirect_uri not redirecting to right url, but to https://apps.facebook.com/_APP_ID

Here is the flow, 1.user opens a page tab, with an application 1.1 the app detects if the user has authorized the app do access his personal data 1.1.1 if not, make authurl and redirect the user to ...
0
votes
1answer
20 views

Why did Facebook suddenly switch from using the popup auth instead of the lightbox auth when calling FB.login from a canvas app?

Suddenly, on between 4/23/2013 and 4/24/2013, Facebook abruptly,and without notification, stopped using the iframe lightbox version of the auth dialogue for Canvas apps and replaced them with the ...
0
votes
0answers
5 views

Facebook cookie is updated every time

I noticed that after call FB.init in JS-SDK with the cookie param set to true, the Facebook cookie is updated every web reload, and the cookie is not expired. It's a normal behaviour?. The user ...
-1
votes
0answers
10 views

Blackberry Facebook Integration [closed]

I downloaded library file(FacebookBlackBerrySDK-v0.8.25.jar) from server but I am not getting Facebook integration in blackberry can anyone give me suggestion for the blackberry integration?
0
votes
2answers
25 views

Facebook send dialog appears and disappear

i am developing a facebook application, i am trying to send a private message to my app user, but the popup appears and disappear very next time, i used this script from ...
0
votes
0answers
14 views

Parse facebook signed request on a server side component

I succeded in obtaining a facebook signed request using the Facebook client side JS SDK. Now what I want to do is pass this signed request to a server side component like a servlet(which I am aiming). ...
-1
votes
0answers
6 views

Feed Dialog Box doesn't close, is blank, and doesn't fire callbacks

I'm getting blank pages after either sharing or canceling a FB ui dialog box using the FB JSSDK. The dialog box doesn't close AND the callbacks do not fire. How do I fix this? The actual code was ...
0
votes
0answers
14 views

Facebook login -jssdk and php sdk integration

Once the user has logged in using jssdk on client side, how do I retrieve the 'code' from the server side using php, so that it can be later used to get the access token?
0
votes
1answer
15 views

Getting Error while creating Facebook Friend Selector

I using tutorial to create facebook multi friend selector. Its not working and getting following error fb.login() called when user is already connected I understand that I should call FB.logout ...
0
votes
0answers
16 views

Save user profile info using JS SDK and Ajax throws code 190

I'm using Facebook Connect on a website. I login the user. I ask for publish_stream, user_about_me among other permissions Using JS SDK FB.login function, I check response.authResponse object and ...
0
votes
0answers
5 views

facebook login not working for the first time in ios

I am trying to integrate Facebook Login in my Sencha application. The problem is when I click on facebook login button which calls the promptLogin() function of Facebook, facebook login screen is not ...
0
votes
0answers
9 views

How to get(extract) the values data parameter from the canvas page url after getting the Requests_ids

I am able to get the value of Requests_ids by following way $requestid=$_GET['request_ids']; . But I am unable to get the value of data variable which I passed to url like following way ...
-1
votes
1answer
25 views

getting comments per post of a page using FQL query

I am trying to get comments per post of a facebook page/group/profile following way - SELECT fromid, username, text, time, post_id FROM comment WHERE post_id in (SELECT post_id FROM stream WHERE ...
0
votes
1answer
24 views

Post a message on Facebook using FB.api

I write down a code in javascript for posting message on Face-Book. I posted it successfully but it's always showing only me privacy statement. I really want to post this message publicly. I try to ...
0
votes
1answer
27 views

Post wordpress post on facebook using SDK

I want to post wordpress post on facebook. I have used javascript SDK of facebook and used save_post hook to get the title and content of post. But, the problem is the save_post is in php and I have ...
1
vote
1answer
17 views

Illegal characters in Facebook FQL

my FQL returns illegal characters for UID. This is my FQL. select uid,books from user where uid in (select uid2 from friend where uid1=me()). I am using the PHP SDK and I am getting ids like ...
0
votes
1answer
31 views

Post a public message in Facebook with FB.api

I have tried to post a message on my wall using FB.api(). I posted it successfully but it's showing only for me. I want to make this post public. In app Configuring permissions i set "Default Activity ...
0
votes
0answers
10 views

Adding Facebook Javascript SDK into my Rails app

I am trying to use the Facebook Javascript SDK, and right now I am just pasting this code into my erb template that has the like button: <div id="fb-root"></div> ...
0
votes
1answer
34 views

Accessing all Facebook Like buttons on a page using JQuery

I'm trying to write a script that can access all instances of the a Facebook Like button on a webpage using jQuery dynamically, but am having trouble figuring out the correct selector. The context ...
0
votes
2answers
25 views

Javascript SDK: can i have another FB.api() calls inside FB.api()

// count total no. of groups created by me function totalGroups(response) { FB.api('/me/groups', {fields:'owner'}, function(g_response) { for (i in g_response.data) { ...
0
votes
0answers
72 views

Facebook Graph API not returing all comments of posts

Hi i see that Facebook Graph API not returing all comments of posts for a page.it shows all posts of a page well but it not showing all comments for each post.it showing last two comments only!!. but ...
0
votes
0answers
10 views

How to get stories created with the javascript SDK (nothing returned)

I'm working on a FaceBook app for a website, but I got a problem and I don't know how to fix it. I try to create a story by clicking on a button (ex: join a course). So, my action is join and my ...
0
votes
0answers
19 views

How do I show FB Login button ONLY after the Facebook SDK loads?

I'm trying to prevent a custom facebook button from appearing until the FB Javascript SDK is finished loading asyncronously. I've seen answers that show bootstrapping the Angular app in the FB.init() ...
0
votes
0answers
12 views

Facebook App Request Dialogue not being triggered after Ajax load (Rails Turbolinks)

I cannot figure out how to get the Facebook javascript to load after a click event, which triggers an Ajax request with Turbolinks. I got the rest of my Javascript to work using, but this is just not ...
1
vote
0answers
47 views

Facebook login button broke?

I have a couple of facebook buttons and they appear as plain text. I have no clue why. It happened all of a sudden, I didn't change the code. All browsers show it as plain text. My code is: <div ...
0
votes
0answers
16 views

Do not reload page on accepting request [closed]

How is it possible to avoid page reloading after clicking on incoming request in notifications panel? Are there any events, callback, whatever? It will be very useful for user to reload only part of ...
0
votes
0answers
12 views

Add Listener for “Like” Button Completion when FB SDK isn't implemented

I'm trying to intercept the response of a like button accordingly: FB.Event.subscribe('edge.create', function(response) { // like clicked }); However, the website in question doesn't isn't using ...
0
votes
2answers
16 views

How can one limit Facebook's send dialog to only one recipient?

Hello experts, I have created a fb app for sending private message to user's friend's inbox.We want the users to be able to send their friends a message via our website, but only to one recipient ...
0
votes
1answer
23 views

Structure of a facebook app with minimal api calls

I read all the articles on FB regarding PHP login, JS login, Canvas app login, but something remains unclear to me. How does one keep a user logged in after the initial login in JavaScript? You ...
-1
votes
0answers
10 views

DB creation by javascript

hi i am trying to create DB by the following code var a = { fbid: fb.fbUid, name: fb.nameOfUser, token: fb.generatedToken, usedapp: fb.ipubAccTok.split("|")[0], ...
0
votes
0answers
15 views

Facebook Registration Close the pop up

I have implemented on my app on how to register users using their facebook account So I used this url to redirect the user to the facebook registration page <a class href = ...
1
vote
1answer
24 views

How to get number of facebook likes from an individual app?

I've done some searching and can't seem to find an answer to this. I'd like to find out how many Facebook likes came from a specific app and not the overall fan page itself. Set up: I have a "fan ...
0
votes
1answer
39 views

How to authenticate Facebook app to access public pages feed with javascript API?

I'm trying to access a public facebook page's posts with the Facebook API but I cant seem to authenticate even with all the right credentials. FB.api returns: ...
0
votes
1answer
36 views

Facebook Comments iFrame height limited when using HTML file not URL

I'm loading a facebook comment page from a local file, not a URL. (Reason: It's for a Mobile App & I need a template file for creating multiple comment pages) The FB comments load but the ...
0
votes
0answers
22 views

facebook comments are not shown its whole list in phone gap

i'm trying to put Facebook comments into my phonegap app on iOS using facebook cordova sdk. i've already included Facebook_js_sdk.js and cdv-plugin-fb-connect.js. also, i added below code right after ...
0
votes
1answer
10 views

OpenGraph throwing error on valid og meta tags

I am receiving this error in our logs which would seem to indicate that we have set an og type to 'website'. Object error: Object code: 3502 message: "(#3502) Object at URL (see link below) has ...
0
votes
2answers
56 views

Facebook api friends list

I'm using Facebook's javascript SDK to inspect the friends list of users registered in my application. I have this call: FB.getLoginStatus(function (response) { if (response.status == ...
0
votes
0answers
32 views

Sharing videos using Facebook share button

I tried to share video using facebook share button , But the video is not showing up and didn't shared. This is my code <script type="text/javascript"> jQuery(document).ready(function(){ ...
1
vote
1answer
28 views

FB.ui ea.result is null

When I make an apprequests (share or invite), the popin is shown correctly, but if I click on the cancel button, this message appear in the Firebug console : TypeError: ea.result is null Is it a ...
0
votes
0answers
42 views

having big trouble when posting comments to facebook posts by javascript sdk and app id

First of all i want to do that users of my site will post comment to facebook profile/page/group feed posts i show in my site by javascript sdk this is my code - FB.init({ appId : ...
0
votes
2answers
36 views

Requests Dialog box popup issue

I am using FB request dialog box in my PHP script. It is working in all browsers except in Safari. In fact there is problem with popup blocker option. Most of modern browsers are blocking popups and ...

1 2 3 4 5 45
15 30 50 per page