1
vote
1answer
25 views

Facebook looping through returned JSON Open Graph request

Im currently requesting the Open Graph url through JSON like so: https://graph.facebook.com/me/friends?fields=email,likes,name,birthday,location,website&access_token=$token My JSON request is ...
0
votes
0answers
13 views

Facebook App with dynamic domains

I am working on a plugin, and I use one Facebook App. The problem is, this plugin can be used for many users in the world, and many domains. That domains is dynamic, I never know what is all of domain ...
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
46 views

How do I get the ID value from facebook JSON?

basically, I have input where you type the facebook user ID and and then the script fetches its value to get the link to facebook graph like: var faceuserID = document.getElementById('userID').value; ...
0
votes
1answer
142 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 { ...
0
votes
0answers
82 views

Websites using Facebook Pages Image Galleries no longer working - need help for updated code

Last year I had two client websites which used the code below to pull from their FB Image galleries. Recently there were FB changes which caused these to stop retrieving the images from the different ...
2
votes
1answer
267 views

Facebook Image Gallery on Website (PHP/JSON)

I am trying to get a facebook gallery (https://www.facebook.com/media/set/?set=a.188384271935.125248.188249156935&type=3) in particular to display on a website. All the JSON examples I have tried ...
3
votes
2answers
58 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 ...
1
vote
1answer
70 views

How to detect onclick of facebook close button that appears when you click like button

In the XFBML version of the like button when you click the like button, a comments box appears where you can post a comment along with the like story. It's a dialog with "Post to facebook" and "close" ...
0
votes
1answer
187 views

Facebook like count with jQuery

I'm having a little problem: I'm trying to write a jQuery function that loops over all divs which have a specific class and populates them with Facebook's Like count (the required URL is in the rel ...
0
votes
1answer
38 views

change name of facebook open graph action

I am trying to create a new open graph action for my website. I named the action comment, however was asked to rename it. Now, its been around 24 hours since I renamed the action, but even now I am ...
0
votes
0answers
54 views
0
votes
0answers
45 views

facebook javascript api display “x amount” of group posts?

I'm attempting to display posts, which I clearly have set up as seen in my screenshot below. Only problem is it's displaying the same one more then once, not in correct order sometimes, and is just a ...
0
votes
0answers
212 views

Facebook wall post without showing feed dialog box

I want to post on user's wall after successful login but i dont want to show the feed dialog popup to ask permission to publish. I want to publish silently. I had seen FB.api provides one way to post ...
0
votes
1answer
71 views

Confusion over facebook JS SDK login

I have two seperate js files, domready.js and fb-jssdk.js. The jssdk handles loading the sdk and login. It returns the correct state from response.state when the user is logged in or not depending on ...
0
votes
1answer
133 views

Include Facebook's FB.api to jquery function

Is it possible to include Facebook's function postLike into jquery code below to work on button click or submit? function postLike(){FB.api("/me/og.likes","post",{object:"http://test.com/test"})} ...
0
votes
0answers
119 views

Trying to resize jquery embedded facebook page

I'm trying to resize some code I found online to 450px wide for a website. It looks like so (please excuse the poor formatting): <!DOCTYPE HTML> <html> <head> <style> ...
0
votes
0answers
45 views

appMobi crashes with facebook user data retrieval

I don't even know what the problem is, I have no idea how to debug it. Since you can't test any facebook interactions anywhere but in the very least a adHoc build of the app you are building. All I ...
0
votes
0answers
78 views

How to give correct meta tags for FB like button when linking with Jquery position scroll linking?

For my site http://instahashtag.appspot.com/ i have implemented link on the site which scroll the user down on the site with Jquery.This link will scroll you down to one quote: ...
0
votes
1answer
346 views

Displaying facebook album covers photo _n instead of _s

I'm using the following code to grab the facebook album cover photos embed facebook albums into website <script> $(document).ready(function() { var albumIdsUrl = ...
0
votes
1answer
97 views

jQuery Function is not Waiting for the Whole Page to Load Before Running

I am dynamically generating a div's height in accordance to the height of a second div. #admin_table_2 is generating a table and I want the height of that to be the same as the height of the div that ...
0
votes
0answers
87 views

.error for FB.api

I am using FB.api to do a facebook request. I am handling the response like this: FB.api('/11111/scores', function(response) { // request /APP_ID/scores if (!response || response.error) { // user not ...
1
vote
2answers
207 views

Facebook Album image url

Im trying to get the response image url so I can append it as a background. It works but its appending the same image for each one. Here is my code: getUserAlbums : function(){ ...
0
votes
0answers
67 views

Show comments (and let user post comments) on webpage, used in mobile app

I've searched, and searched, but i cannot find a clear answer for this scenario; My client writes articles for a digital magazine. This magazine will be read on the ipad. How can i let users post ...
0
votes
1answer
46 views

Optimized Facebook graph query

Is there any optimal way of retrieving a list of friends with their profile pictures? I'm getting a list of friends and then querying each userid for their profile picture URL. This seems very ...
0
votes
1answer
50 views

Loading data after json object manipulation

I am doing two calls off node to facebook graph, one to get the list of album ids and another to get the cover photo url for that id and add that into the original json object. How do I structure it ...
0
votes
3answers
106 views

combining two json objects? [duplicate]

Possible Duplicate: Combine 2 JSON objects in JQUERY I'm creating a facebook app with node on the backend to get the album list and show the cover photo for each. It needs to be done with ...
0
votes
1answer
303 views

Server side script to get facebook access token

Apologies if this was asked before, I had a look but couldn't quite find any posts that answer my question (at least in a way I understood). This question is about the Facebook API and ...
-1
votes
2answers
156 views

How to parse date return from Facebook feed (JSON)

I'm calling the following: https://graph.facebook.com/ZZZZ/feed?access_token=ZZZZZ&limit=4& JSON returned includes created_time": "2012-12-13T04:14:29+0000" How can I parse and format the ...
0
votes
0answers
81 views

Access photos uploaded from mobile facebook graph api

I cannot access photos uploaded from facebook mobile application, i have "user_photos" permission, when i call album api it gets me the Mobile upload album but when i try to access photos of this ...
0
votes
0answers
150 views

how to like current URL using facebook like button?

I am using facebook like button in struts 2 app. I want to like individual article,here the URL generates : http://test.com/articles/ArticlesContentAction.action?artId=48 ,based on article id. I tried ...
-1
votes
1answer
123 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 ...
-1
votes
1answer
49 views

Unable to post to Facebook feeds

I am trying to post a message on my friend’s timeline. I am using the following code. I have the proper access token too but still I can’t post. Can you pleases have a look here is the code. ...
0
votes
1answer
119 views

Trying to display facebook user's photo of unknown id?

Hi Is it possible to display a user's photo. For example, From ( https://developers.facebook.com/docs/reference/api/using-pictures/ ) Using the graph api, photos can be displayed <img ...
-1
votes
1answer
189 views

Facebook API: Parse FB.api response with jquery

Following code is returning null statuses. FB.api("/me/statuses", function(response){ console.log(response); var statuses = $.parseJSON(response.data[0]); ...
-5
votes
1answer
109 views

How do I get facebook news feed with crossrider api? [closed]

I am very confused by crossrider in general and even more confused with the facebook api. I need to get the news feed i.e. the other people's status updates. Any example code would be helpful. Also I ...
-2
votes
1answer
159 views

How to create a facebook notifcation header bar ? [closed]

I'm trying to understard what are necessary tools to get notifications from DB in push style. A facebook or stackoverflow itself could be a great style to follow :D 1 -How does the comunication ...
0
votes
1answer
266 views

Logged in Facebook user's name if we have access token using Javascript

How can I get Logged in Facebook user's name if I get access token using Javascipt or Jquery?Thanks in advance.. var accessToken = ''; accessToken=localStorage.getItem(facebook_token); ...
0
votes
1answer
517 views

Ajax jquery with facebook api

I am trying to parse all the id's of the user likes with jquery. this is what i did but it doesnt work. $("#demo").live("click", function () { var ...
0
votes
1answer
447 views

display gallery of a facebook page in a html website

I am a newbie at html, facebook graph api, jquery. I have the following code to obtain all the albums in a facebook fan page ( not a general profile) to display it in a simple format, I do not see ...
0
votes
0answers
128 views

How to put feed from open Facebook group permanently on my website?

I'm building a simple website for a sports club, who have an 'open' facebook group. Because it's a group, I need an access token to get the feed. Excuse my ignorance as I'm new to working with FB ...
0
votes
1answer
1k views

jQuery Plugin for pulling a Facebook feed (RSS) into webpage?

I'd like a quick and dirty way of including a feed from facebook (posts or/and comments, images if possible) on a site but don't want to use FB's standard 'like box'. So, I found this: ...
0
votes
1answer
90 views

Facebook login button event not firing for the first time in IE9

I have a page in which i have added a customised facebook login button and im calling FB.Login() inside that click event. It works fine in all browser except IE9 and IE8 , the problem is when for the ...
8
votes
1answer
3k views

Facebook Like button showing 0 likes for ALL Facebook pages

UPDATE: So this is big. If you try to link to any facebook page with a like button it doesn't work. Try going to the Facebook like creation page ...
-1
votes
1answer
109 views

Facebook : Show friends faces using the app

I am trying to integrate Facebook login plugin that shows profile pictures of friends who are used the same application. For that i tried the following code, <html> <head> ...
0
votes
1answer
426 views

Facebook: list all friends with profile picture, on click redirect to different link

I am using Facebook to view all friends who use this particular application.Now in my application i can view the profile pictures of friends who are using the same application but on clinking the ...
1
vote
0answers
166 views

Having problems getting information with the Graph API

I am trying to use Facebook Graph API to get information about users who logged in via Facebook. At the beginning, I was using only one function and no errors occurred; But then, I added another ...
0
votes
0answers
295 views

Pagination for Graph API using AJAX

I am currently using code igniter, fb graph api, json and jquery to fetch a list of the users friends which works fine, but I am wondering which is the most efficient way of paginating the results. ...
0
votes
0answers
174 views

JQuery onLoad not working with fb.api

I'm having problems posting to FB automatically from my web app. I can post to facebook when the user clicks a button, but not when the page is loaded (automatically). I'd like to use the code to post ...

1 2 3 4