Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

jQuery JavaScript Library suite for AJAX requests. A full set of functions that allows to load data from the server using asynchronous HTTP requests, without a browser page refresh.

learn more… | top users | synonyms

0
votes
0answers
36 views

Photo upload with javascript

I want to upload photo via Facebook graph API in Javascript. I have php file in which i have all the necessary stuffs which uploads photo to users wall and album too. What i really need is that i want ...
0
votes
1answer
283 views

getting all post comments under limit using facebook fql query

I have been trying to use Fql query to show all comments for a post.at first i show 2 posts then when 'show more comments' clicked i show next 50 comments,this way it continues.when 'show more ...
1
vote
0answers
16 views

User to user request dialog not appearing in my application

My url works fine when I put it directly in the address bar, but when executing the code below, it gets to the error. $.ajax({ type: 'GET', url: ...
0
votes
1answer
138 views

Facebook error: An access token is required to request this resource

I use a plugin called Socialist to fetch facebook images. When runnning on my site I get this error (firebug console): http://graph.facebook.com/in1dotcom/photos?limit=7 400 Bad Request 222ms { ...
3
votes
2answers
53 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
1answer
55 views

Trying to debug javascript

I'm having trouble getting all three of the facebook api post commands to execute. I can get the user info, post a note, but the the script skips the third one. I'm trying to debug this code to figure ...
0
votes
0answers
84 views

Upload HTML5 canvas image to Facebook through javascript api

Presently, I am able to upload an image to Facebook through it's javascript api but I need to save the image on my server which is taking time. I want to upload the canvas image directly to Facebook ...
0
votes
1answer
86 views

Post a “like” to facebook without using their pre-made button

Why is this so hard? I want to emulate the "like social plugin" on my website to my facebook PAGE (who has an app?) doing something like this: HTML: <a href="someurl">Like</a> JS: ...
0
votes
1answer
127 views

User is automatically logged in after doing a log out, with Facebook-JavaScript-sdk login

I am able to smoothly log in the user into my site and get his details from facebook but I am not able to log him out. On logging I am landing the user to the inner page for members. From there he ...
0
votes
1answer
109 views

Submitting a form with jQuery after an AJAX call to a Facebook Open Graph object

I've created a Facebook Open Graph object and action. It works very well and has been fully tested. The problem is that I want to submit a different form when the data is returned. Just to be clear, ...
6
votes
1answer
218 views

Wiring Facebook HTML5 like and comment elements with AJAX

Facebook instructs us to put the following code on our page: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
2answers
217 views

How to Dynamically Update postToFeed() redirect_uri?

I'm sure there is a relatively simple way to solve this problem, but I could use some help. I have a landing page that accepts a user's email address and generates a unique URL that they can use to ...
1
vote
1answer
147 views

Display a GIF while loading a Facebook app

I have a lot of server code (PHP) going on in my first page of the Facebook app. I wan't the users to see a loading animation while waiting for the page. I've seen many examples here of how to ...
-1
votes
1answer
122 views

call user friend in facebook SDK via JQuery load and Had some Error

i want to show friends list with FQL in facebook application with Jquery ajax Load. I have succes to load user friends list but sometimes had some error like this : Fatal Error : Uncaught ...
0
votes
1answer
198 views

FQL query for comments_fbid suddenly returns null

I've been using the following code for quite a while now to retrieve my comment + comment reply count total via Facebook FQL. However, today it just stopped working and is now returning an empty ...
0
votes
2answers
683 views

SSL connection error facebook

"Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error 107 ...
0
votes
2answers
238 views

Facebook Open Graph - Issuing HTTP DELETE request

I'm trying to remove permissions via an Ajax HTTP DELETE request, but the response I'm getting back is not what the graph api docs say i should be getting. It says I should be getting a boolean ...
2
votes
1answer
131 views

Load facebook content via ajax

Hello I have a problem with my website. I'm downloading my content via $.ajax from my php file. (echo "My downloaded content <fb:like .....";) In my content I have also facebook like buttons etc ...
0
votes
0answers
138 views

How to create Facebook event from Crm 2011 marketing list with JS and Jquery using Graph API

When i create Marketing list record in crm2011, I want to create a Facebook event with marketing list data. So I write the code in FireOnSave javascript function. In code, I reference ...
0
votes
0answers
34 views

Can I reuse and tweak the events function?

I want to add my web app (php using facebook graph API) the ability to create entries based on the events functionality, but requesting/adding some extra data in my DB. How can I reuse the existing ...
1
vote
1answer
351 views

SyntaxError: Unexpected token : when using Ajax & Facebook JS API in Chrome

OK I'm using PHP and the Facebook JS API to post stories on users' pages with jQuery's $.ajax() function and it's working fine everywhere except in Chrome. Chrome is returning the error ...
0
votes
1answer
325 views

Facebook API: Determine how many recipients of FB.ui send method

My WP site allows users to send messages to other FB users with the FB.ui() send method: FB.ui( method: 'send', name: 'Bla Bla Bla', link: ...
3
votes
1answer
2k views

How to change facebook send popup positions?

I use like and send plugin on bottom of my site. But, when click send button, popup window opens down and does not shown full. How can I make popup opens to above? but not change like and send buttons ...
0
votes
0answers
135 views

jQuery load function triggered many times events via facebook comment

I did it myself with jQuery lightbox plugin I get an error in the facebook comments In short, the following error: I did it myself I'm getting data from a url with $.load command. it is a lightbox. ...
0
votes
1answer
778 views

400 (Bad Request) error when trying to post a form to Facebook VIA Ajax & Jquery

Im trying to post an image to a Facebook album using a form in my website. I know I get the correct access token because posting without jquery and AJAX works fine - but redirects me out of my ...
0
votes
1answer
240 views

javascript get/post cross domain restrictions and facebook/google+ like boxes

as far as i know there are cross domain restictions that wont allow you to get content from an external url and in order to overcome this , we use server side scripts. Im wondering how ...
2
votes
3answers
1k views

Loading facebook wall feed JSON issues

I'm trying to load a facebook wall feed with jQuery on the client side of my website. The feed I'm using for the facebook request is: ...
0
votes
2answers
146 views

Restore Default Form Submit thru Button/type='submit' behaviour

I have a button in the jquery mobile form, which defines the post action attributes. <form id="form1" enctype="multipart/form-data" data-ajax="false" method="POST" target="uploadTarget" ...
0
votes
1answer
525 views

Facebook wall post using ajax post request inconsistent with Chrome and IE

I am using the posted code for posting content to a Facebook wall. FB.init({ appId: 'my app id', status: true, cookie: true, xfbml: true, oauth: true }) $('#share_button').click(function (e) { ...
1
vote
1answer
1k views

getting facebook share count using javascript

I wrote the following code: function shareCount(url){ var count; $.ajax({ type: "GET", url: ...
0
votes
1answer
282 views

Post values to cakePHP controller action and display it

I am using Facebook Javascript API for Facebook authentication and implementing other Facebook features, in a cake PHP based site. Now I am using API for fetching the Facebook friends and I need to do ...
0
votes
1answer
165 views

When using PhoneGap, I have a full web like capabilities?

I'm studying the best plataform for developing a mobile app (for Android, first) which will have a lot of web interactions, like loading XML, images and interactions with Facebook(loading contacts, ...
0
votes
1answer
834 views

fb_xdm_frame_https permission denied with AJAX

I am loading the api like so: <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : 'YOUR_APP_ID', // App ID ...
0
votes
3answers
568 views

run function in ajax loaded page?

Im trying to run a function when I load a ajax page. In index.html Im loading page1.html, and in page1.html I have a function that I want to run when the page is loaded. I have tryed many things but ...
0
votes
1answer
189 views

Clean OnBeforeExit Popup (Facebook style?)

when you're about to leave a FB page after ALMOST writing characters into a wall-post field, how does FB prompt a clean looking dialogue instead of a spammy looking js alert box? Eg: I'd like to ...
1
vote
0answers
268 views

How to fetch events with ajax using graph.facebook.com

First of all: I want to list stuff I post on Facebook on my own website. I do NOT want to post stuff from my website to Facebook. NOTE that I've removed all https:// from all url's. With that said, ...
0
votes
1answer
520 views

Facebook Sharing: How to update the OG tags when loading a page using AJAX

I've got a site that loads all 'pages' and 'content' using 100% AJAX. I'm using jQuery to handle the AJAX loads. The problem I'm having is that I want to include a FB share link for the individual ...
0
votes
2answers
867 views

Notification system like facebook jewel?

Does anyone know any system wich work like facebook request, message, notification bubble system? somethig to alert on every user profile they have a new whatever so they can reply . I mean obviously ...
0
votes
1answer
571 views

I want to fetch & show only a text status update, how could I specify this in my script?

Dear fellow programmers, I am working on my B&B's website www.bordemundo.com and would like to include my very latest facebook pages status update in the header of my website. As I am not a ...
0
votes
1answer
296 views

Like Statu Ajax Post Graph Api

I am using this code for likes status but since yesterday it does not work. How can this be done a likes status using php & curl or ajax? $statusid = $_POST['url']; $ac_to = ...
0
votes
1answer
222 views

calling $.ajax without having my canvas page being redirected to post url

I want to submit a form from my Facebook canvas app via ajax. If I run my app outside of facebook, it works fine. However, if I do the ajax call running as a Facebook canvas app, the user is ...
0
votes
2answers
460 views

facebook javascript sdk not posting via ajax using fb.api and .post

I have a facebook application. The users are logged in and authorized. I am calling fb.api to post the user's name to my textfile. The alert shows the name. The post doesn't seem to post to my aspx ...
0
votes
1answer
955 views

Is there a way to submit a “fake” form using jQuery?

What I want to do is make a POST request with arbitrary params, much like submitting a form. That is not merely doing the XHR. What I ideally want is to emulate a submit (like submiting a form, not ...
1
vote
1answer
253 views

Facebook's all.js not compatible with $.getScript()

I am trying to include Facebook's Javascript SDK (the all.js file from http://connect.facebook.com/en_US/all.js) dynamically vis javascript for my web app. I have used the following code. ...
0
votes
1answer
252 views

How to create jquery ajax as separate function?

I want to create a separate function to get specific data from Facebook graph JSON. For example, I have the load() and called getNextFeed() function. The getNextFeed works correctly. Except that ...
0
votes
2answers
2k views

Send a wall post using Jquery's AJAX (Post)

I'm trying to post a wall message from a local desktop application (I can't use the FB JS SDK). Here's a a snippet of my code var url = "https://graph.facebook.com/me/feed"; var params = ...
4
votes
2answers
3k views

ajaxComplete/ajaxStop/ajaxSuccess not firing

I appreciate any and all help. I am a beginner with little jQuery/AJAX experience and I have been going crazy trying to figure out why I can't figure this out. I'm writing a Facebook page application ...
0
votes
2answers
201 views

Facebook API search entirely JS

var url = "http://graph.facebook.com/search?q=" + keyword + "&type=post"; $.get(url, function(data) { etc.. Trying to pull this directly through javascript and needs to be js. I keep getting ...
1
vote
1answer
771 views

GET request failed while using $.getJSON on facebook Graph Api

this is a a part of a PHP file. its a facebook app hosted in Heroku. The GET request is always failed although im using a valid access token. (callback function never invoked). What is wrong? ...
2
votes
1answer
420 views

How to Create a signed_request with JS-SDK to pass to PHP-SDK via Ajax

I use the JS-SDK to Login the Users in my FB-App but directly after the User authorized my App I'm passing a AJAX Request in wich i need the FB-Session in Firefox its working as it should without any ...

1 2