Skip to main content

All Questions

3 votes
3 answers
15k views

Facebook new javascript sdk- uploading photos with it!

I am trying to upload a photo to facebook album with this javaascript code. FB.api('/me/photos', 'post', { access_token: GetToken(), name: 'uploaded photo', ...
nishantcm's user avatar
  • 935
-2 votes
3 answers
560 views

Make the user 'like' my app. when granting permissions in facebook?

Is there any method available in JS SDK to do so? I would like to make the users 'like' my app. automatically, so i can send PMs later
Naresh's user avatar
  • 1
0 votes
2 answers
257 views

Post status when user first logs in with Facebook

I have now managed to get a status posted when a user clicks a link. I would now like a status to be posted when they first login with Facebook and accept the permissions. Please help! I am using ...
ryryan's user avatar
  • 3,918
0 votes
2 answers
754 views

Facebook Connect - Post Status

I have just about got the Facebook connect working on my site. I am able to log in and PHP has all the users details. I would now like to post a status when a user logs in with the Facebook connect. ...
ryryan's user avatar
  • 3,918
3 votes
5 answers
11k views

FB Login button not calling onlogin function

I have my fb login button created as so <fb:login-button perms="email" size="small" onlogin="check_login_session()">Sign Up Using Facebook</fb:login-button> I have also defined the ...
JustNeph's user avatar
  • 761
4 votes
2 answers
6k views

Facebook JS SDK: Check permissions before Login PopUp

I want to check permissions of a logged in user before presenting the iframe login to request extended perms, but the iframe popup gets blocked by the browser (ff, chrome tested). I want to avoid this ...
onepiece's user avatar
0 votes
1 answer
448 views

Can you use Facebook's old Javascript SDK and new Javascript SDK on the same webpage?

Can we use the old and new Facebook Javascript SDK on the same webpage? (the old Javascript SDK is used by the "Login with Facebook" and "Share" button. The new Javascript SDK is to be used by the "...
nonopolarity's user avatar
3 votes
4 answers
2k views

Is there a limit to how many times FBML.XFBML.parse() can be called per page?

I have the following code to dynamically load a XFBML fragment into an Facebook IFRAME application. The HTML: <div id="fragment" style="display:none"> <fb:serverfbml id="fragmentfbml"> &...
anonymous's user avatar
  • 3,534
20 votes
6 answers
23k views

JS SDK FB.login() works but pop-up dialog is staying open after logged in

I am using the JS SDK for Facebook based on the NEW GraphAPI for Auth/Login. Has anyone had this issue when logging in after FB.login() was called via the JS SDK? The problem: after I initialize by ...
PositiveGuy's user avatar
  • 47.4k
3 votes
1 answer
521 views

Facebooker Connect and Safari 4

Seems to be a known problem, but I didn't find the solution. When your facebook app tries to perform some JS call via loading fb:iframe with JS code, Safari blocks this saying Unsafe JavaScript ...
Anton's user avatar
  • 2,483

15 30 50 per page
1
243 244 245 246
247