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.
AJAX (Asynchronous JavaScript and XML) is a technique for creating seamless interactive websites via asynchronous data exchange between client and server. AJAX facilitates communication with the server or partial page updates without a traditional page refresh.
0
votes
1answer
38 views
How to get display the facebook response on the page/obtain the data of facebook user?
I am a beginner to create a Facebook tab.
I try to use the Facebook Javascript SDK (https://developers.facebook.com/docs/reference/javascript/) to create it. I know that when the user has authorized ...
0
votes
0answers
52 views
Facebook Fanpage Album Images on Website slow loading
Hi I'm using this script: http://kevinp93.com/blog/facebook-images-on-website/ to pull albums images from facebook to my website, the script works as it's purpose but I'm having a long time loading ...
0
votes
1answer
50 views
With JQueryMobile, Facebook JS SDK doesn't work after change page
I have an webapp which works with jQuery Mobile (full ajax navigation). I initialize the Facebook SDK at the jQueryMobile's pageinit event (each page called).
jQuery(document).on('pageinit', function ...
0
votes
1answer
20 views
Facebook log in supplies data but does not ask for any permissions whatsoever
I recently implemented the Facebook log-in on a site which I've been working on. I need to pull some data from the user and call the following function when the user clicks the 'log in' button
...
0
votes
1answer
44 views
Check if user is logged in on facebook without fb application
Is it possible with php to check if a visitor is connected to facebook without the use of a facebook application? Thank you
0
votes
1answer
45 views
How do I get data from the YouTube api on a page loaded by ajax?
I'm using the following code to simply get me a view count from a specific YouTube video and place it in a div with the ID: ytviews:
var video_id='gRcGLk6izZ0';
...
0
votes
0answers
33 views
How to extend Facebook access token?
My problem is very simple, but because of bad documentation from facebook developer I cannot understand how I can solve this problem.
I have a website that request the albums from a Facebook Page. ...
0
votes
1answer
100 views
window.open without popup blocker using AJAX and manipulating the window.location
When dealing with OAuth from the server, such as Twitter and Facebook, you most likely will redirect the user to an URL asking for app permission. Usually, after clicking a link, you send the request ...
-4
votes
0answers
27 views
Build right-sidebar like Facebook [closed]
I need help to build the right sidebar's Facebook, that where are displayed the real-time updates of all the friends.
The operation of my site is very similar... when a user "publish" something, is ...
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
1answer
41 views
Single Page Applications and Open Graph
I'm writing a SPA that uses underscore templating. The app searches for and rates music albums and returns the result via ajax. If facebook open graph metatags cannot be altered dynamically and the ...
0
votes
1answer
71 views
Facebook graphApi oAuth - how to get access token?
Welcome!
I try to get wall posts from a certain user using JavaScript Faceboook SDK. While im trying to do so in graph Api Explorer, it works fine. While I try to do it on my website, I have an ...
0
votes
0answers
104 views
like and comments on post of page/profile outside facebook
Writing details for everyone to understand it well -
I created a facebook application to generate a access token by that application id and secret key
I used that access token to get wall posts of ...
0
votes
1answer
73 views
Why won't this ajax run during facebook login?
I'm running a special facebook login on my site where, when a use clicks it, the following must occur:
Connect with FB
If facebook ID already recognized in user database, do XXX
If facebook ID not ...
0
votes
1answer
69 views
Load page in facebook app via ajax
I have created a facebook app which I'm using as a Page Tab. I'm using the PHP SDK and Javascript SDK, and have authenticated and set it up perfectly to display the dialogs and then my page within the ...
0
votes
0answers
38 views
HREF attribute with fb comments, ajax load (pushState) and defining href attribute
im really breaking my head with this one, so i hope anyone can take a look and help.
Im buildinf ajax-ed web page with pushState and fb comments. The problem is, that whenever i load new content and ...
0
votes
0answers
30 views
Getting AJAX GET request to work in IE
I have the following script working in FF and Chrome but will not work in IE. I've read multiple post on how to fix this with no luck. Basically pulling data from Facebook's Graph API. Here's my ...
0
votes
1answer
23 views
facebook way of synchronizing feeds/comments
I am developing a system much similar to the facebook.com . In this we have the feature that users (students) in our case can send status messages to his/her university fellows, the same way, we are ...
0
votes
0answers
10 views
facebook / linkedin post functionality for an internal tool, how to fetch website information?
I need to create a POST functionality similar to linkedIn and FB in terms of fetching information from 3rd party sites, whats the best possible approach to do this?
Also do the 3rd party website ...
11
votes
1answer
198 views
What is the X-FB-DEBUG header returned from Facebook?
I'm wondering what the header mentioned above is. It's included in the response when I do JSONP calls to Facebook, or even when I simply access http://static.ak.fbcdn.net/
I haven't found any ...
3
votes
1answer
130 views
Facebook chatbox doesn't reload between pages
I observed this feature in Facebook, that when you have a chat box opened at the bottom right, and you go to another page, say, your friend's profile, or some photo collection page within Facebook, ...
0
votes
1answer
84 views
Issues with sessions on Facebook PHP SDK
I want to make in my site buttons that onclick will post on user facebook wall a message.
I call an AJAX script from php pages in my site that send the message in _POST to the php file with the ...
0
votes
1answer
139 views
Simple Way to store Fb Likes In Mysql
i'm going crazy trying to store facebook like in a Mysql DB, this is the main code, maybe i need some ajax code to execute a php file that start mysql insert:
index.php
<html ...
0
votes
1answer
73 views
How to render facebook comment plugin after ajax?
in header
<meta property="fb:admins" content="my id"/>
<meta property="fb:app_id" content="my api"/>
And in body
<div id="fb-root"></div>
...
1
vote
1answer
71 views
How to embed facebook / twitter login into my site asynchronously
I want my site users to be able to login using facebook/ twitter login. I found the code from facebook/twitter developer page. This is working fine. But i wish to implement these code through ...
0
votes
0answers
178 views
How to implement Facebook conversion tracking onclick or when there's no separate 'Thank you' page
Trying to implement Facebook conversion tracking within a Facebook Tab. You can view the page here http://www.facebook.com/StChristophersFellowship/app_366591783429546 the issue is a separate page is ...
0
votes
0answers
58 views
Display changes in ui before end of ajax request [closed]
Is-it an anti-pattern to display changes in ui before the end of the ajax request?
For example:
User click on "like" on a post
The ui display that you have liked it in real-time (and increment the ...
0
votes
0answers
109 views
Facebook Timeline Scroll Event that loads more content
I'm trying to isolate the Facebook JS/Ajax event that fires when more content is loaded.
This is - when you've been on the page for a certain amount of time and new posts show up. Or when you scroll ...
0
votes
0answers
393 views
Facebook Chat Script [closed]
I saw this : Facebook Chat Script and i want to know if someone had tried it ? I talked with some
friends and they seem to be ok, but i want to know your opinion in integration with concrete5. I also ...
1
vote
1answer
63 views
Is there a way to initialise JS SDK For Every AJAX Page Load?
Similar to this question: FB.api only loads on first AJAX call to page
Due to the structure of my site, pages are loaded via AJAX. Everything works fine except the second time the page with the ...
-1
votes
1answer
61 views
API security with Facebook login [closed]
I have an API and I need to secure it. I do not have usernames or password as I am using facebook javascript API. Through the FB id i query the database and return answers. This is insecure as anyone ...
-1
votes
1answer
36 views
Form validation breaking my FB app's layout [closed]
I recently launched a facebook app - https://www.facebook.com/redbarninc/app_608635899152401. I'm using the "Validatious" plugin and it seems to be working but when I submit my form with errors, the ...
0
votes
0answers
20 views
post form via ajax() to php with 3rd party cookies in a facebook quiz and save it to wordpress database
I am working on a facebook app (iFRAME) based on Wordpress. My problem is that with specific browsers, like Safari and Firefox, 3rd party cookies are disabled by default. So when I try to submit my ...
1
vote
4answers
294 views
Facebook replaces #!v URLs by “_escaped_fragment_” when sharing
I am trying to share this URL from my app on Facebook:
http://www.example.com/#!v;id=NH1NlYov3bKJ
However, it is automatically replaced by:
...
0
votes
1answer
207 views
Can't load Facebook comments when loading content dynamically using Ajax/jQuery
I am having issues getting Facebook comments to load after adding them to a webpage using ajax.
Javascript Code:
$().ready(function() {
$(document).delegate(".image a", "click", ...
0
votes
1answer
108 views
How to get user info after press like button
I have social media toolbar. and I have facebook like button,my desire is when someone click on facebook like button than find user and store related information to my database for promotions.
I ...
0
votes
1answer
71 views
jQuery ajax error when sending data
I am trying to debug an error which is coming up when u run the following code. The ajax call simply carries a variable destroy which is a String. However, I am getting an error alert(xhr.status); ...
0
votes
1answer
27 views
Changing the browsers URL address on an event [duplicate]
I saw this on Facebook. When you click on a shared photo in Facebook, it shows the photo on full-screen. Then, if you look at the URL of the browser it is changed. But the page did not refresh.
So, ...
0
votes
0answers
234 views
AJAX/jQuery facebook/twitter integration problems in website
I have read and searched for hours on this...no luck. I am building a website which uses a js function to load each individual "page" of the site into a div in the main html container. Each page is a ...
0
votes
1answer
111 views
Facebook like button's iframe not expanded after ajax request
I'm adding a facebook share button to each post on a Wordpress (Using Facebook Share Button New plugin), it works ok for each post/page except when i'm loading them trough ajax, the result it's a ...
0
votes
0answers
67 views
Asynchronous XFBML Facebook Like over Flash
I'm trying to get an asynchronous Like button with XFBML (I need edge.create event, or at least to count the number of "Like" I get with my button)
My Like button is generated after page is loaded, ...
0
votes
2answers
59 views
Stop content from refreshing during navigation?
I've seen several sites do this i.e. Facebook's chat window, or Reverbnations music player, I was wondering if anybody can point me to any tutorials on how it can be achieved?
Cheers.
0
votes
1answer
93 views
FB Comments loaded via ajax div
Here's my issue, I'm trying to load a FB comments module via an AJAX div. Now, it works if I go directly to the php page, but if I load it from within the div, it doesn't. I've looked at the other ...
6
votes
1answer
222 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 ...
-1
votes
2answers
191 views
Facebook javascript like button (xml, xfbml)
My problem is as follow:
when i will load a facebook xml tag (see below) in a with Ajax loaded page will it not be shown.
The table2.php page will load by Ajax in the follow div: <div ...
0
votes
1answer
113 views
Json object gives forbidden 403 error in php
I am getting 403 forbidden error for json object when sent using GET method.
In detail,
My index.php contain facebook integration (js-sdk) what I need is when facebook returns data as 'response' it ...
0
votes
0answers
116 views
An access token is required to request this resource FB Graph
When I look the url http://graph.facebook.com/4207086546499xxx using the browser, it displays json oject formated data like
{
"id": "420708xxxxx9982",
"name": "somename",
"description": ...
1
vote
0answers
165 views
hidden Ajax ModalPopupExtender when click outside panal
In ASP.NET , how hidden Ajax ModalPopupExtender when click outside panal (ModalPopupExtender) not when click on button inside panal (such as Facebook photos show)?
thanks
0
votes
1answer
473 views
jQuery get JSON feed from Facebook
I'm trying to get some json feed from a facebook page. Here's my code:
var myurl = "https://www.facebook.com/feeds/page.php?id=111222778066&format=json";
$.ajax({
url: myurl,
type: 'GET',
...
0
votes
1answer
569 views
Facebook API & Ajax POST request
I have a Facebook connect/disconnect link. When user clicks on "Facebook connect" link (on index.php), it checks the user state (Is he connected to Facebook or not?) then if he's not connected, my ...





