0
votes
0answers
2 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 ...
-1
votes
1answer
13 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
13 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
0answers
10 views

How does Skillpages utilize the Request Dialog if it's not a canvas app?

Sign up for Skillpages.com using your Facebook. Notice that it immediately asks you to send requests to your friends. How is this possible? It's not being done in a canvas app.
1
vote
0answers
12 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
0answers
22 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
50 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 ...
-1
votes
0answers
12 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
2answers
14 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
21 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 ...
0
votes
1answer
29 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
2answers
43 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
1answer
36 views

How to get the facebook fan page private messages through fql or graph

I have tried Page Messages with the all the required permission i.e read_mailbox, read_page_mailboxes, etc (all the extended permission) at length I get tried as ...
1
vote
2answers
83 views

Facebook: Posting multiple links using graph API (javascipt sdk)

My requirement is in such a way that when the user clicks on the button, content similar as below has to be posted on the user's wall from our site. Sample Sharing Content I like the following ...
0
votes
2answers
65 views

facebook connect with javascript sdk is not working in IE?

I have developed a facebook connect app for my website with javascript sdk. It works fine with all browser except IE. In IE it sometimes don't call the test API function a user clicked on the Login ...

1 2 3 4 5 45
15 30 50 per page