facebook-connect

Facebook Connect button question - please help.

<fb:login-button onlogin="window.location = '/custompage.html';">Connect</fb:login-button> That's currently my code for users to log in to my site. It's in FBML. It will pop up a box, the user then logs in. And then, it closes the new window, followed by a redirect to "custompage.html". Now, I would like to manually render my button ...

Facebook Connect: Send email to proxy address?

When users connect to my site with facebook connect i use this code to get their proxied email: $user_details=$fb->api_client->users_getInfo($_SESSION['fb_uid'], array('last_name','first_name','proxied_email')); $email = $user_details[0]['proxied_email']; It works fine, i get strange-looking-emails ending with @proxymail.facebook.com....

HighScore/Leaderboard - How to upload a score to my facebook app? And how to get the score from other facebook users?

Hello, I am currently developing an iPhone app that will allow the user to upload his high score on facebook and compare his highscore with other friends (facebook users). This gives rise to two questions: How can I upload the score (an integer) on facebook? I have created the app on facebook and it is possible to send feedstories an...

Facebook Connect API : Data.defineAssociation - How to use it?

Hello, Im using the Facebook Data Api and I want to create a Association. For this I have to use Data.defineAssociation and I want to know, how to set the parameters into a NSDictionary. Im using the Facebook iPhone Sdk: NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys: // parameters ??? , nil]; [[FBRequest requestWithD...

Linking new users signed in via Facebook connect to existing accounts

I have recently implemented login to my via facebook connect. So now users have 2 ways of logging in to the site. The old way of registering an account and the new way (facebook connect). One thing I would like to do is link a new facebook connect user account to existing accounts if they logged in the old way. Has anyone had any succe...

Stream.publish won't translate {*actor*} using Facebook Connect for iPhone

I am able to successfully publish a stream to my account using Stream.publish via Facebook Connect for iPhone. However, the {*actor*} token does not appear to get translated. I though this was a token that Facebook automatically translates to the user. Is this not the case? Here is my attachment JSON array. attachment = "{"name":"Join {...

Traditional Auth, Facebook Connect & Grails

I am writing an app which needs to have both the traditional form of user auth, and Facebook Connect. I am using groovy/grails for this application. Grails luckily has JSecurity plugin, Acegi Plugin and Facebook Connect. The Acegi plugin claims to have OpenId and Facebook Connect support too. Anyone's got any experience getting it to wo...

Submit comments from my website to the users facebook wall

HEllo, Currently on my website - I have a form which users use to post comments on the website. I want to add an extra check box - that says "Post to my facebook" wall. So if they check that - the comment they post on my website - should also be posted on their website. They should not have to type the comment again. How do I go about ...

Integration between Zend Framework and Facebook Connect

I'm developing a web app with zend framework and i'd like to discuss what is the best way to intergrate all the JS and FBML in a ZF project, anyone have some experience. For example, which may be a good solution for have the Facebook istante in every controllers, a front controller plugin? ...

facebook connect on iphone - security question

I have a question regarding Facebook Connect's security model. How hard would it be for a hacker to write an iPhone app which uses FB Connect, but also captures the username / password that is entered by a user on the FB Connect login dialog box? From what I can think of, one could look at the UITextField in the UIWindow and be able to c...

A programatically controlled java web browser with GUI

Hello, I am looking for a programmatically controlled browser such as WebKit for Java. I need to be able to launch the browser in a very minimal window from my program and point it to a certain URL. I then need to be able to retrieve and URL that the user is redirected to. Thanks, Luke Cycon (And if it helps, I am trying to authenti...

Facebooker Built In Data Retrieval Methods Return "No info set for this user" error

I've gone through the Facebooker msg archive, google, etc and found a couple messages dealing with this and they basically say "Go look at the Facebook docs and see what is happening". I did that, but I'm still not clear what is going on and why I'm not able to retrieve my profile or status arrays using Facebooker. I'm starting to think ...

accessing Facebook through Java application

Hi all, could someone help me on this problem, i want to access facebook API through java application. i was looking for java implementation similar to that twitter is having, does anyone have an experience on connecting fb using something like fb4j.jar. I highly appreciate any help ...

Problem logging out user using Facebook Connect and the official PHP API

I'm going to try and distill what's happening down to as little as possible, but still give you all the relevant code. It shouldn't make a difference, but I'm using the Zend Framework. This code executes if the user is not logged in, it fires in a PreDispatch controller plugin: Zend_Loader::loadClass('Users'); $users = new Users(Zend_...

Is it possible to get all the UIDs of the admins of a facebook page?

I have a Facebook page and would like to get a list of all admins. I have tried using the page and page_admin FQL tables, but they require that I specify a UID. I know we can check if a specific UID is a page admin or not but what we are trying is to know who the admins are without the user telling us. ...

How to show a pop up like login page for facebook connect in an android app ?

I would like to have a neat login page for facebook connect for my android application, like one found for iphone or other web applications(a pop up like login page) I goggled for hours about it in vain. I have registered my app in facebook as a Desktop application. I like to have the login page within my app. Now I am using FBRocket to ...

unattended login to facebook using facebook connect

if i want my facebook connect site to access user information about a facebook user, is it necessary for that user to be logged in? ...

Facebook data to DisplayObject in AS3

Is it possible to convert facebook data (ex. user_pic) into a DisplayObject so I can be easier to manipulate? What I m trying to do is when users do FacebookConnect in my site to let them have the possibility to scale their image (like transform tool usage) before submit it in a gallery. ...

Embedding Facebook Connect In A Facebook Page

Our site allows users to register using Facebook Connect. We also have a Facebook page. We'd like to include the "Connect with Facebook" button in our page so a user could instantly connect (aka register) and then be forwarded on to their account on our site. I was hoping to use the Static FBML page application and the FBML iFrame tag ...

Creating a Javascript Facebook Connect Session based on a valid Offline Access Key (infinite session key)

I spent an entire Saturday exhausting Google. Serious good Karma belongs to anyone who can help. I'm using the .NET Facebook toolkit V3 to authenticate my users against Facebook. When a user grants the offline_access permission I store the session key. When they return later without a facebook session (but with a valid session for my we...