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
0
votes
0answers
38 views
FB.XFBML.parse problems
I haven't changed any code on my site in weeks, but today something started going very wrong with calls I'm making to FB.XFBML.
Visit http://picks.sportsbutter.com . Observe the parsed profile pics, ...
-2
votes
1answer
12 views
Unable to change me name [closed]
I have tried, multiple time and have searched the internet without finding a solution. I recently got married. I have tried to change my name to my LEGAL married name and alway get the message. ...
0
votes
0answers
54 views
How to make a “Like Gate”
I would like to be able to check if a visitor has liked an arbitrary site. That is, without have to get permissions or login or interact any way with Facebook from our site.
At first I thought I ...
0
votes
0answers
30 views
Create Event not working
I'm implementing the facebook javascript api into my website. I'm doing some examples and all of them worked so far, except the code to create an Event on the user profile. My code, with the working ...
0
votes
0answers
78 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 ...
0
votes
1answer
52 views
adding facebook plugins multiple times in same page
i have a joomla module when i place that module multiple times in same page for showing different facebook plugins(comment,like,activity feed..) same following javascript sdk codes added in page ...
0
votes
1answer
26 views
Facebook JS API acts differently with different appid's
I'm building a web application and I need to connect it with facebook. My final goal is to post picture to users wall and album but I've hit brick wall.
When using my own app_id (my own, I mean I ...
7
votes
1answer
263 views
Official Facebook iOS app always crashes when calling FB.login() from web app
I've managed to write a simple fiddle that crashes the native iOS facebook app.
If you paste this link into your timeline http://jsfiddle.net/Gc58e/ (it is just a simple button with a FB.login ...
0
votes
0answers
90 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
136 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 ...
-2
votes
0answers
40 views
How i can post a message on Facebook that will be shown to everyone? [closed]
I am new in android development. I am making an application through which a user can post his message on his Facebook wall. I am using the following code to upload a message on Facebook wall through ...
0
votes
0answers
17 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
32 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
57 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 ...
1
vote
1answer
42 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
12 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 ...
0
votes
2answers
36 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
41 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
12 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
22 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
23 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 ...
3
votes
2answers
56 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
32 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
21 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
125 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
47 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
45 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
33 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
65 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
39 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
72 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
52 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
152 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
12 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
45 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
38 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 ...
2
votes
0answers
76 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
23 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
33 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
60 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
53 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
19 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
26 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
42 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
68 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
90 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
44 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
15 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
158 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
54 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(){
...






