facebook

Facebook Chat API

Hi, How can I send/receive Facebook Chat messages from my application? its written in .Net, C#. ...

Session and viewstate at facebook platform

I have an application in facebook platform (a trial application) and i am using session and viewstate in the code of the application and when incrementing the session value it doesn't feel with changes in sometimes, i mean that i store a number in session and on posting back i increment this session value numner with one and when get the...

Access 2007, Textbox search box like the Facebook name search box on the top right

Hi, so basically I have an AddCompany Form, where theres a textbox [CompanyName], i want to type a new company name in there, but meanwhile check if theres an already existing one. So for example,say i want to type Microsoft, when i type M, the textbox shows whole bunch of other names with M, and then keeps going until I type finish ty...

Facebook -- best way to do FQL "join" with event and event_member?

In a Facebook app I need to get a user's events for a date range and his rsvp status for each event. I can get the user's events fine, but at the moment I'm looking up the rsvp status for each event one at a time, and the app is timing out for people with a large number of events. I'm getting the user's events this way: $fql = "SELEC...

FBJS in facebook

I want to use javascript in my facebook application, but I don't know how to start with FBJS to use it. Someone help me please! just something like <div onclick="greeting();">click me</div> <script> function greeting(){ alert("hello world"); } </script> ...

Inviting Friends and Sharing a report between them through Facebook api using php

Hi, I have made a facebook application which retrieves users friend list. Now i want to give the option of inviting friends through my application and the option of sharing reports between the invited friends through facebook api using php. How can i achieve this?Please help. ...

What's the standard for safeley and legitimacy for bringing in contacts from other websites? (ie. Facebook, Twitter, Gmail, etc...)

check it out: http://www.chillitickets.com/CustomerOffer.aspx Using Facebook as an example: Is the Facebook logo enough for it to be considered legit/safe login or is a full redirect to Facebook required? I know Facebook is trying to push Facebook Connect, but I'm not sure if they still allow this kind of thing or if it's something th...

Help with Facebook showAddSectionButton

I am going absolutely batty trying to figure out how to get showAddSectionButton to work. The problem: I'm trying to get the 'add section button' to show up. There is nothing showing up right now. My code: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" > <body> <div id="s1"></div> ...

Facebook session is expired even though I am logged in to facebook

Hi, I am using facebooker with rails and when I log in via facebook connect, for a new user registration ,I get a session expired when I retrieve details like first_name etc.. Note that when I browse to facebook.com I am logged in..But it seems like that my app has an old session. How do I fix this? ...

Best IDE for Facebook apps (FMBL and FBJS support)

I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable because I can test the app on localhost with a local Apache in any one of a myriad of IDEs that support HTML, CSS, and JavaScript (Visual Web Developer, NetBeans, Komodo, Aptana). But what if I want to develop a non-iFrame app with FBML? Is there an ...

Facebook application not showing in application browser resulting in Fb:request-form unsucessfull

Hi, I have created an application but my application is not displayed when a user searches for my application. How can my application will be listed and he can add application to his profile so that he can invite friends using Fb:request-form method? I am using php and referring http://wiki.developers.facebook.com/index.php/Fb:reques...

Facebook offline access step-by-step

After searchinge litteraly 1 day on fb and google for an up-to-date and working way to do something seemingly simple: I am looking for a step-by-step explanation to get offline_access for a user for a facebook app and then using this (session key) to retrieve offline & not within a browser friends & profile data. Preferrably doing this...

How to access Facebook user ID from javascript within a fb:iframe?

I am writing a Facebook application that is a simple board game which I have implemented in javascript. Facebook only seems to let javascript applications run within an iframe so I am loading the page using <fb:iframe>. I just want to be able to tell the javascript the user's id so I can tell the user if it is his turn or not but I can n...

Largest possible group of friends in common?

I'm trying to come up with the largest possible group of friends that would theoretically get along with each other, i.e., each person in the group should know at least 50% of the other people in the group. I'm trying to come up with an algorithm for this that doesn't take ridiculously long; Facebook's API/cross-server talk is pretty sl...

Anyone have any knowledge on implementing Facebook Connect on an Asp.Net MVC app? (Or even a good tutorial to look at)

The only tutorial I've found so far is: http://my6solutions.com/post/2009/04/05/Integration-of-Facebook-Connect-on-ASP-NET-MVC.aspx I tried following it but it didn't get me anywhere because it kept saying there were missing methods (I'm guessing because the edited files he gives you is edited from an old copy of the facebook connect so...

Load raw image data using AJAX

I'm trying to do a bit of facebook integration with a website, and there's a particular call on the facebook api that post's a picture onto a users account. One of the parameters is the raw image data. The image is stored locally on the web server and I have a url to it. I was intending to load the image on the client using javascript un...

FQL when logged out

Is it possible to query using Facebook Query Language when not currently logged in as a Facebook user? I'm trying to simply query when the user isn't logged in, so I can return their name, but instead of throwing up any errors, it just returns a response but the fields are blank. Any ideas why this occurs, or do I need to look at storin...

Problems with authentication of a Facebook-application in Java

I'm using Struts2 and Java to create an iFrame Facebook-application utilizing the Facebook-Java-Api in version 2.1.0. Unfortunately, and not surprisingly, I have encountered some issues regarding the authentication. Every request to the application is intercepted by a filter. My plan is to take care of the authentication part in the fil...

events.create

I am using FBConnect api for integrating facebook with my iPhone app. I can view user details, user friend list and also the events posted by the user in facebook using FQL queries. I want to post the events in facebook from my iPhone app using FQL queries. Though I have wrote my fql query as shown below info=[info stringByAppendingForm...

facebook ease effect w/ jquery

Hi, Can anyone recommend how to go about creating the "ease down" effect facebook implements today when you AJAX-load updates in your news feed? (When it reads "load x new news feed articles") if I use prepend, the new updates will be inserted all at once. I'm looking for a way to ease/slide down the old updates smoothly in order to ma...