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

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Keep user logged in with Facebook Phonegap plugin?

This is maddening. HOW DO I KEEP A USER LOGGED IN WITH THE FACEBOOK PHONEGAP PLUGIN? I know that the API limit for an oauth token is 2 hours, but can you keep a user logged into a phonegap app so ...
1
vote
0answers
9 views

In facebook canvas app where do I send the signed request parameter once I've captured it in log in

In the documentation it says that you get the signed request from the response object that FB.getLoginStatus() returns when the users status = connected, but now I need to parse the signed request. ...
0
votes
0answers
3 views

Facebook SSL for apps

Facebook require a secure page for Apps. Is there any way to get round this for development mode? Reason being is that our live server as an SSL but the development one doesnt'
0
votes
0answers
11 views

Facebook Send multiply private message

I would like to send an invitation after multiple selected checkboxes with my friends ... the script I used is this at this link https://developers.facebook.com/docs/howtos/multi-friend-selector/ ...
0
votes
1answer
12 views

How to Import the Facebook SDK to exisitng app without errors

Please go easy on me as im still new to the eclispe software etc.... Ok so the problem i have is importing the facebook sdk. I programmed a little app and then retropsectively I thought it would be ...
1
vote
0answers
14 views

How to create facebook object to upload photos to facebook?

I am using the following example to upload images to facebook, but I am not sure how to get the session, I mean how to create the facebook object. $facebook->setFileUploadSupport(true); $args = ...
0
votes
0answers
5 views

how do I get the signed request from a facebook canvas app authorization?

Once a user has authorized my app I need to parse the signed request so I can access their user id etc. Where in my code do I put the url to the page that processes it? I need a code example. I've ...
0
votes
2answers
16 views

I need clarity of facebook canvas app authorization

It's not clear to me from the documentation how it's supposed to work. I know that if I'm using the javascript sdk and have an external site that implements facebook login/registration, I can use the ...
0
votes
0answers
22 views

How would I set a PHP session via JavaScript (Facebook SDK)

I'm creating a Login Function using Facebook's SDK. I'm re-using code from a previous project that had a Login button which redirected to a Login Box on the Facebook Domain (i.e. the Login box was not ...
0
votes
2answers
19 views

Trouble inserting fbml into database

Hi I am working with the facebook javascript sdk and I am having succcess using fbml to list the logged in users name like so... <fb:name uid="loggedinuser" useyou="false"></fb:name> ...
0
votes
0answers
12 views

FB.login() but keep user logged in with Phonegap

I'm building a Phonegap app, and am using the Facebook Javascript API to log users in. My code is as follows: FB.login(function(response) { if (response.authResponse) { ...
0
votes
0answers
26 views
+50

FB Like button unlikes itself

Recently facebook rolled out some changes which have apparently broken like button functionality on on pages I'm working on, particularly for urls that point to a photo (photoset) on facebook, e.g. a ...
2
votes
2answers
54 views
+50

Facebook does not show thumbnail when a photo is shared

I am using the following code to share images on facebook but when the dialog box is shown it does not show the image and once it is uploaded facebook just shows a link to image. <a name="share" ...
0
votes
1answer
27 views

Invitaion to facebook friends is not working

I am trying this code to invite facebook friends.But it did not work for me.Invitaion dialog is opened properly but no friend got invitaion. can anyone please try this code at their end ,it will not ...
0
votes
0answers
34 views

(OAuthException - #200) (#200) The target user has not authorized this action

I have created a facebook app and have appid and secretkey. Also I created a appaccess token using graphapi for my app. (I selected my app in the drop down list and created an access token with ...

1 2 3 4 5 168
15 30 50 per page