facebook-connect

Redirecting back to a page after authentication through OpenID, Oauth, or Facebook Connect

I'm allowing users to login to my site with either OpenID, Twitter OAuth or FBConnect. If the user attempts to go to a page that requires them to be logged in, after that user logs in I want to send them BACK to that page. Is there an easy way to accomplish this with all of these or should I simply just write the redirect page to a coo...

Facebook Signature incorrect

Hi there, I'm Verifying the signature just like this: http://wiki.developers.facebook.com/ind … _Signature but there's something wrong: when creating md5 from concatenated string (cookies: expires, session_key, ss, user) plus application secret ... i'm getting different results as it follows: Example: cookie with signature value: 093...

Facebook JS API: users_getInfo() inside ifUserConnected() deadlock.

I am trying to put Facebook connect button on the site and once connected display connected username. But for some reason following code goes into some infinite loop during first connection, and then works fine unless I delete this app from my facebook profile which causes freezing again. Here is a code on FB connect button click: FB....

How do I check if a user is a fan of my facebook page on my website?

I want to check if my users are fans of my facebook page. I think something like this should do it: <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"&gt;&lt;/script&gt; <script type="text/javascript">FB.init("my api key","xd_receiver.htm");</script> <script typ...

Controlling scroll position for Facebook iFrame application's parent frame

I've got a Facebook iFrame application happily up and running, but I'm realizing that I don't have a way to handle the scroll position of the parent frame because of cross-domain issues. If a user clicks too far down on the page, I can't pop them back up to the top. Has anyone had an luck with either any of the Facebook JS libraries or...

Facebook Mobile Authorization

I am trying to make a Facebook Connect web app more "mobile friendly". I am currently able to allow iPhone users to log into the site using the normal Facebook Connect PHP libraries. Here is the issue: Using my iPhone I am able to log in successfully. However this leaves 2 Mobile Safari tabs open: the site and the cross domain helper fi...

Facebook Connect problem with the iPhone

Hi guys! I have to integrate FaceBook connect with the iPhone App. I downloaded SDK, added new app on the facebook. But I have a problem. All samples and tutorials contains feature with feeds publishing. In the sample which included in the SDK I have to insert Template Bundle Id instead of '9999999': - (void)publishFeed:(id)target ...

Facebook Connect site with facebooker and Rails Login/xd_receiver issue

Hello. I am building a Rails (2.3.5) site with facebook connect functions via the facebooker plugin. When logging in via the facebook login button (<%= fb_login_button%>). After the popup button requests my username and password, I get a blank popup screen, and this error in the console. Processing ApplicationController#index (for 127.0...

what is the openid url of facebook ???

i made my openid in my site like this : livejournal: { name: 'LiveJournal', label: 'Enter your Livejournal username.', url: 'http://{username}.livejournal.com/' }, wordpress: { name: 'Wordpress', label: 'Enter your Wordpress.com username.', url: 'http://{username}.wordpress.com/' ...

Facebook Connect with GWT and App Engine (Java)

Discovered a problem with connecting all together - Facebook, GWT and App Engine. I need to authenticate user on my web site hosted on App Engine (Java) that uses GWT. After authentication, some information should be passed to server from facebook - like profile information, user list, etc. Currently am trying to use facebook4gwt and a...

Facebook proxy email not arriving -- do I need permissions?

I'm building a website that allows user to connect using Facebook Connect. So far I'm able to log the user in and fetch data about them (name, email, pic, etc.). If I fetch the email (using Users.getInfo) I get a proxied email ([email protected]), which is absolutely great. Problem is, that email doesn't work. I've tried sending...

Django Facebook Connect App Recommendation

I want to implement Facebook connect login for my Django site and I've checked the already existing apps. So far, I have found Django-Socialauth, django-socialregistration, and django-facebookconnect for this purpose. The question is which one to choose, and I would like to hear from other developers who have experience with any of the...

FB Connect With iPhone issue

Hi guys! I have to integrate FaceBook connect with the iPhone App. I downloaded SDK, added new app on the facebook. But I have one problem. I can't found how can I create templateBundleId in the console - http://developers.facebook.com/tools.php Console contains API Test Console, FBML Test Console and Facebook Connect Playground only....

Caching facebook profile pics?

I'm building a site that allows users to sign in using their facebook account. I want to cache nice big versions of the users profile pictures. I know that i'm not allowed to cache images for more than 24 hours so i'm going to re-fetch the images once every 24h. I thought i could get the url of the image original like this: $fb=new ...

Is it possible to post to Facebook without using Facebook Connect dialogs?

Hello, I would like to post updates to Facebook from my iPhone application. I know that there is a Facebook Connect project, but it requires displaying dialogs for entering user's credentials, dialog for posting content, etc. I would like to be able to get the credentials from application settings and post whatever the user put into UIT...

Problem with facebook connect button in chrome (we are using django and django-socialauth)

We are using django and django-socialauth for auth with google/fb/twitter but there is a problem with the facebook connect button only in chrome (neither safari), dont shows the button. ...

How to invite friends from facebook from my website

Hello On my website, I basically want a user to be able to invite his facebook friends. You know have like an Invite Friends button - when the user clicks on it - FAcebook widget opens up - which will ask for the users' facebook username/password and once he logs in - shows him his list of friends - he can select the friends - and they g...

facebook connect and user email

Hello, I am developing my site and an important part of it is facebook connect integration. I notice that the fetched emails of users are proxied such as: apps+32182559871.557007476.0962e412d7b1f0c2027aa51b1141c@proxymail.facebook.com Now what can I do with this? Is it possible to send emails by using this address? Sending/tracking user ...

Facebook php client

I'm trying to use facebook connect in my site so users can register/login with it and I'm having a little bit of trouble understanding all the tutorials around the web. My question is simple, does the facebook php client lib work in my use case or only to develop facebook applications that run inside fb ? ...

http://facebook.com to get property LocaFacebook JS Error - Permission denied to get property Location.href from http://www.mysite.com

Simply loading the standard Facebook connect JS framework and getting the following error: Permission denied for facebook.com to get property Location.href /www.mysite.com The error happens on line 127 in the file : static.ak.connect.facebook.com/connect.php/en_US/js/Api/CanvasUtil/Connect/XFBML Using FF 3.5.7 and Firebug 1.5.0 Is an...