facebook

Best way to use facebook api in an httphandle

Hi all, I've built an iframe based facebook application. In my application I use http handler. I need to access information from the api. I am using c# and asp.net. What would be the best way to do so? ...

Snatching the code of a Facebook fan page canvas?

I am trying to snatch the code of this fan page: http://www.facebook.com/pages/See-oho-nieps-YothG-RRofiLe/106340746065367 I need the function that suggests the fan page to the users friends automatically (not for spamming purposes as the above fan page is used for). Now by looking at the source, I know that the code is under the pagele...

Facebook fan page canvas source?

Im trying to understand how to learn reading the source of a facebook fan page. So far, I can only get the layout displayed while viewing the source. Here is an example: If you go here: http://www.facebook.com/pages/See-oho-nieps-YothG-RRofiLe/106340746065367#!/pages/Milton-Keynes-United-Kingdom/IF-MR-BEAN-WAS-IN-AVATAR-HE-WOULD-LOOK-LI...

Button lib/API for digg, twitter, facebook etc?

Multiple sites have buttons where you can tweet, digg, etc. On this page you'll see you can buttons for 6 sites (search twitter and you'll see them). Is there a lib or api i can use to generate these buttons? ...

Is Extended permission in Facebook need to be record by developer?

Hi, everyone I am developing a Flash-based application for Facebook. I read many comment that the application need to pop-up dialog for user to decide to extend their permission. The question is, who will record those decision? Facebook or the developer? because it might be a problem if user is asking the court for their privacy. ...

Does Facebook Connect have a javascript API that doesn't open a new window?

I want it to have a popup dialog javascript box. Instead of a new window. I've seen it before. How can I get it? Thanks. ...

Facebook API - Get comments

Our business has a Facebook Fan Page. The fan page doesn't seem to generate any emails to us when updates are made to the page, whether someone adds a new status or someone comments on one of the statuses etc. Currently, we are running a very crude script to grab the content of the page and then use regular expressions to get the infor...

Facebook publishActivity: No error, but no activity published

Hi, implementing publishActivity in PHP using the REST API using this code: $activity = array( 'message' => '{*actor*} did something.', 'action_link' => array( 'text' => 'Play Travians', 'href' => WEBROOT ) ); $activity = $facebook->api_client->dashboard_publishActivity($activity); I get a 15-digit number ...

Facebook Connect - My Applications page

Hello I have written a Facebook Connect application which interacts with my website successfully, but I was hoping that this would appear on end-users My Applications page. However it does not. Is there a setting I've missed or is the My Applications page ONLY for Canvas apps? In which case, can a Connect app also have a Canvas page?...

Basic facebook web application session info is missing

I made really basic facebook application, which collect permission from user to post data. Some time ago (around New year) it worked fine. I am using http://facebooktoolkit.codeplex.com, and my code looks like this: public partial class Facebook : CanvasFBMLBasePage { protected void Page_Load(object sender, EventArgs e) { if (this.Api.U...

facebook quote application error

how do i code a facebook quote application taking its data from php/mysql page generating quotes randomely? i've already developed one, but it's using jquery which fbml doesn't support and since i'd like the profile tab i'd rather go for fbml instead of iframe. anyone have any ideas on how to do this without jquery or using fbjs? thank...

random quote generator in php using mysql

i coded a random quote generator in php using mysql but also jquery. however when i try to integrate it with facebook, since i opted to use fbml, i could not use jquery. how do i get the quote to display randomly in php at say, 30 mins, without using jquery or javascript? ...

Is there an easy way to generate RSS/Twitter/Facebook/Digg/Delicious/Reddit links/images for tumblr?

I'm looking to generate a bunch of links to add to my tumblr site Planning for Failure for people to share articles on Twitter, Facebook, Digg, Reddit, etc. I know there are wordpress plugins that do this for you. I've currently added Facebook and Twitter by hand, but I'm guessing there's an easier way to do this. Any ideas? Thanks. ...

Authenticate sites with different domain names using the Facebook API

We have a CMS that supports multiple sites, one of our features allows our users (The site admin) to connect to the site facebook account to allow status updates, create events and upload pictures to FB from with in the CMS. The authentication needs to occur once since each site may have multiple site admins that do not have access to t...

facebook api over rest getting Incorrect signature <error_code> 104

Hello all im trying to send rest api Users.getLoggedInUser i have all the secret session and all the Authenticationi made according to this site : http://wiki.developers.facebook.com/index.php/Authorization_and_Authentication_for_Desktop_Applications here is my code (cpp QT but it can be any thing else ) : QString toAPISignature = ...

Another application in the dialog in facebook?

I have a fanpage which has a tab/facebook application, that renders some info from my server in this application(tab) I want to have button that will open up a dialog box where I would like to refer to another application. Is it possible? and any suggestion concerning how to implement this would be appreciated PS. the Application that I...

How to publish message on Facebook fan/business page?

Hi, I want to publish message on Facebook's fan page using JAVA/GWT API. Any one know any API to do this in GWT? I am trying it with facebook4gwt. But don't know TemplateBundleId in facebook, which is needed for publishing message on wall. ...

Facebook and dotnetopenauth issue

Hi We established an OpenID provider at BioSignID.com base on DotNetOpenAuth. (the authentication is base on signaturs with silverlight client...) As we tried to login to facebook we encounter a problem with IE (6,7,8). In FF and Chrome the loggin process was fine. On the server logs I can see the FB reqeust but the user somehow is ...

Getting Facebook email/email hash.

I'll make it short: is it possible to get the user's facebook email adress (or a hashed email adress), so I can let's say compare his facebook email with his email in my database? I'm trying to get a FacebookUser and then use facebookUser.email_hash but that returns nothing. ...

Is it possible to change the user status on Facebook, using the 'Official PHP Client Library'?

Hi, I downloaded the .php files from here, and I am able to take the first and last name or friend names, but now I want to update the status of a user. I am following the RESTful API documentation, however I can't find a relevant method in the facebookapi_php5_restlib.php file. Am I missing something here, or this is not possible? ...