facebook

Connect.registerUsers - Need helping creating array for accounts param

I keep getting the following error when I try to invoke the Facebook REST API Call: Connect.registerUsers Error Code: 100 - param accounts must be an array JSON based response (from Facebook): {"error_code":100,"error_msg":"param accounts must be an array.","request_args": [{"key":"accounts","value":"{email_hash:5232156322_55ddgvc3d...

Django, how public links on Facebook?

Hi guys, i did it with twitter, update status, but now, i need to do with facebook, just i want to public a "link" on "Facebook Pages", i would like to send my title post from my django app to my Facebook Pages.... any tutorial? Thanks ...

Creating a basic facebook application with Rails

I am creating a simple facebook application using Ruby on rails and I am following the liveRail tutorial available here http://www.liverail.net/articles/2007/6/29/tutorial-on-developing-a-facebook-platform-application-with-ruby-on-rails The problem that Im facing is that when I launch my server it throws an error saying that it cant f...

How secure is facebook connect?

Hi I am looking into using Facebook connect as a way for users to log in to my site. However I've noticed that it doesn't use SSL. also I've noticed that doesn;t look like SSL is being used in the main facebook login area either. My site holds sensitive info about the user and am concerned that Facebook connect could make this vulnerab...

How to get facebook page's page_id via facebook connect?

I have a facebook connect site using the c# facebook toolkit. I want to publish some stuff on the user's facebook page's wall. I can do this using the stream.publish in the Open Stream API. But, to do any of this a page_id is required. Yet, I don't see any methods where you can get access to the page_id based on the user_id. So, basic...

How do I control what images Facebook attaches to the feed story when my website is shared?

When I add a Facebook link to my website, it picks up randomly large images from the site, and not quite attached to the story. How can I control what images are picked up by Facebook? ...

The Facebook footer bar is an iframe, so why it doesn't it reload with the rest of the page?

I want to know how Facebook is doing their iframe footer bar. I mean, i know they have an iframe on footer, but i want to know how they are reloading pages without reloading the iframe also, 'cause the iframe always stick there even though the page does reload again. Any ideas/knowledge? EDITED: Try clicking on a link which is differen...

send facebook text data

Hello, is it possible to send text data written by registered users in my site to be on my facebook wall or similar place ? thanks ...

how to check special permissions in facebook

hey how can i check in javascript if user has granted my site the publish stream permission ? ...

Why is FBJS dropping my 'onclick' attribute from this input element?

When I include an 'onClick' attribute in setInnerXTHML() like this: var innerHtml = '<span>Build Track: Select a city where track building should begin'+ '<div id="action-end">'+ '<form>'+ '<input type="button" value="End Track Building" id="next-phase" onClick="moveTrainAuto();" />'+ ...

Use prototype in Facebook app

Hi, i want to load prototype in a facebook app, i do but i can use son functions like PeriodicalExecuter of prototype. i can use ? i can't found manual or tutorial to do this. i can use Ajax.Request or a need to use another library. Thx and sorry for my poor english. ...

AS3-Facebook: How do I capture the RawResult for calls like for friends

Hi guys, I am using Flex and with the AS3 libraries. I can make calls etc but when i get values returned in the event, they are in RawResult. I am not sure how to turn that into an arraycollection etc so i can make use of it in flex, or if there is a better way of accessing the data, generally speaking. tried= var friendsDoc : XMLDocu...

Using form in facebook boxes

When I'm adding form on my facebook Box FBML page like so: <form action="rel_action" method="post"> <input type="text" name="inp_text" /> <input type="submit" name="sbm_send" value="GO!" /> </form> Facebook will post it on my application URL -- What I would like to do is that browser would stay my Box tab and use ajax (like it does wi...

How to create a Facebook style autocomplete list with multiple options select.

I want to create a facebook style auto-complete where you can have several options encircled in a bubble. More can be added and each may be removed non-sequentially. ...

Facebook Connect API not populating user data when facebook-logo="true" option is used

Hi folks, I'm working on a Facebook Connect app. I have the Connect button up and running and users can successfully authenticate via Facebook. However, I'm having trouble getting their profile picture and name to display with XFBML. Here is what I'm doing: <script type="text/javascript"> function fb_login_handler() { var userbox ...

Facebook Connect - Using both FBML and PHP Client

I am doing my second Facebook connect site. On my first site, I used the facebook coonect FBML to sign a user in, then I could access other information via the PHP Client. With this site, using the same exact code, it doesn't seem to be working. I'd like someone to be able to sign in using the Facebook button: <fb:login-button length...

Facebook Connect for iPhone web pages eating memory when not in use?

I've used the Activity Monitor and Object Allocations tools in xcode to check out my application and the sample facebook login app and what I've found is that they all of them eat about 6-10M (!) the first time the user visits the page. I assume the issue is page content being cached although I think that this code: - (NSCachedURLRespo...

Facebook FBJS UTC

I am pulling in data from a JSON file using FBJS AJAX. On of the values in the json file is a date. The date has a UTC format, Date(1255535021000-0600). However, I am getting an "invalid date" or "NaN" error whatever I do. I have tried the following: new Date(1255535021000-0600), new Date(1255535021000), Date.parse(1255535021000-0600),...

GetExtentedPermission Problem ... Giving me ThreadStateException

I am currently making a facebook apps that require to send a news feed using stream.publish function, but it require me to have some kind of permission so I google and end up finding the function called GetExtendedPermission ... I tried to call this in my application but it gives this error. ActiveX control '8856f961-340a-11d0-a96b-00c0...

Facebook Connect and iPhone Application

Is there a mechanism to use Facebook Connect to authenticate via a custom developed iPhone application? Would that require embedding WebKit as a browser and using the authentication there? ...