facebook-connect

can facebook app. login on many account like this?

Hi! I would like to know. When i have a table in database such as... id uid 1 1111111 1 1444444 1 2333333 2 1222222 3 1333333 where "id" is my user account and uid is facebook account. From table we know that one user can contain many facebook account like id=1; The problem is when user (id=1) logged in on my w...

Can openID and facebook connect be used to get user email address?

Bonus question: Anybody knows how to do it using ruby-openid gem? Thanks! ...

Facebook And Twitter Connect : Storing User AccessToken

Hi guys, I am integrating Facebook and twitter authentication to my new website. When the user use either facebook or twitter to authenticate, I get the AccessToken and store it in DB and link it to the UserID of the logging in user ( the user should link his facebook or twitter account to his existing or new account on my site) now t...

Connection between Facebook aplication and iPhone app

Hello, I've been looking at the Facebook Connect for iOS, but I could not find the solution which could fulfill my requirement. I was able to create a simple log in window, user can put his/ger credentials, but when I run my iPhone app again the user has to login again. So far I've been able to get this: I would like to be able to g...

How to architect and design Facebook friends integration into a iPhone app with cloud service

For some reason I can't find this information anywhere. I'm looking to figure out best practices for how to design and architect Facebook integration into an iPhone app that also has a cloud service backing it for my own (non-facebook) data. Specifically, assume a user is going to authorize Facebook access in my iPhone app and I want t...

Multiple Problems with Django SocialAuth - logging in with facebook, yahoo, google

hello, I am having some problems with the app django socialauth. I am receiving the following errors: no such table: openid_consumer_association I got the above error whenever I click on the google or Yahoo icon for logging in. may I know how do i fix this problem? Another error I am receiving is related to facebook connect. Whenev...

How to open facebook connect login window?

In the new Facebook Connect JS SDK, you'd call FB.login(). How would you achieve the same thing with the old SDK? Thanks! ...

Adding facebook invite on my website

i have a website www.skoola.com , i want to add facebook invite (to enable site visitors invite their friends). I have read a good no of docs aon facebook and other sites on ow to do it, but i cant get it right. Please anybody that has done should kindly explain the steps and code samples necessary to get it fixed (i hv tried pasting t...

Facebook FB.ui stream.share error

Hi, My FB.ui stream.share and stream.publish work perfectly but when I call the Callback funcion, it always returns as error, even though the story is published on my Facebook profile. [script] <div id="fb-root<?php the_ID();?>"></div> <script> window.fbAsyncInit = function() { FB.init({app...

Having Trouble Accessing Email from Facebook Oauth

Hello, I can't get the proper token to reach the extended user information (specifically email) from the Facebook API. I've correctly given my app permission to retrieve the email, so I know I have the correct permissions. I'm trying to convert a session to a token using the exchange_session method as you can see below in my code: ...

Yet Another Facebook Connect Problem? (Request Perms)

Hi Guys, Came in today and my Facebook Connect code is broken (no surprises there, each day brings a new twist with Facebook Connect). This code which was working for 3 months has stopped working: FB.Connect.showPermissionDialog(permission, callback) The Facebook Popup shows the following error: API Error Code: 102 API Error ...

How to add facebook comments to facebook aplication (OLD REST API)

How to add facebook comments to facebook aplication (OLD REST API) I want to use the Facebook Comments plugin inside my Facebook Application that is made in PHP - Old Rest API. But all my attempts are failure - just loading - never showing the box ...

[Facebook] one facebook user with one my website user

Hello! I have my website user "M" and I also allow user to connect to facebook account to see his/her wallpost via my website (such as tweetdeck). I allow that my website user have only one facebook account like. User "John" connect with his facebook account name "FbJohn" something like this. I also design my database to stor...

Problems with Facebook-Api publish_stream in iPhone application

I've added Facebook Connect to my new iPhone application. Everything perfect, no problem. In this application, however, I need to post on user's Wall without prompt any dialog box. I've searched in Facebook Documentation and, from what I understand, if I ask user to give me the right permission (in this case, publish_stream), the dialog...

Facebook App - Server Change

I was running a PHP Facebook Connect app on a server through Joyent's Facebook Development Program. I recently went ahead and purchased a server though them and moved my app over to the new server. I updated my application settings on the Facebook side of things, but now the application connects, prompts for the permissions, and return...

What are the different levels of Facebook integration?

I am kind of confused about the many different types of integration facebook offers. It used to be simple, but there seems to be so many different options now website "likes" the big box where they show the user how many of their friends like it facebook connect What are the different options? ...

[facebook] why connect facebook app return confuse URL

Hi I have fabrook connect code in PHP like $facebook = new Facebook(array( 'appId' => FACEBOOK_APP_ID, 'secret' => FACEBOOK_SECRET, 'cookie' => true)); $session = $facebook->getSession(); $loginUrl = $facebook->getLoginUrl( array( 'canvas' => 1, 'fbconnect' => 0, 'req_perms' => 'em...

can FB.login() display as page for facebook iframe application?

here is my code? FB.login(function(response){ console.log(response) if(response.session){ connectFacebook(); } },{perms:'email,read_stream,publish_stream,offline_access'}); I need to permission user to use my applica...

get facebook friends list with exclude parameter

How do i get the ID of the users who are already invited, from the facebook API? I want to use it to exclude the user when using <fb:multi-friend-selector condensed="true" style="width: 200px;" /> I have seen examples using $facebook->api_client functions.Where can i get the facebook api class file for PHP which can make the api_cli...

Really dumb (I hope) Facebook Javascript API question

I'm failing to understand how it isn't a massive security hole that once someone logs into your website with their Facebook credentials, it cookie's you in clear text with an access token. It seems to me that the cookie that traverses the internet in clear text can be picked up and used by someone to make any calls on the graph API. I h...