I want to create a plugin for Graffiti CMS that automatically sends to Facebook my post when i finish to publish it. There is any way to connect to facebook with the user's username and password and post the new content to the user's wall?
I read about the .net library that microsoft released for facebook but all auth is made by poping ...
Hi there,
I want to access facebook's database.
I want to have some SQL-like access, let's say s.th. in this way:
"select name from facebook-big-database-table where location='France' and city='Paris' and age
between 30 and 40;"
But, it need not to be SQL, PHP or JAVA would also be nice to use to me.
Does anybody know where to start?
To...
Hey all, quick question.
Is there an easy way to let users update their status on Facebook with a message I have in a JavaScript variable? I know there's a URL you can use to share a link, which looks like:
<a href="http://www.facebook.com/sharer.php?u=www.fthisclass.com/jshoregen.html&t=title">testlink </a>
That doesn't fill ...
I've been following quite a bit of tutorials and digging around source code and I finally got the barebones of my application setup and ready, and it worked!
I am doing this all locally so I went ahead and edited my /etc/hosts file to look something like this:
127.0.0.1 dewski.com
I can go to dewski.com and have it show my local site...
Facebook has a special javascript call for setting Fanpage permissions.
Unfortunately, I can't get any javascript to work on my page.
Not even a simple alert('bla') in an onclick works.
Am I missing something?
This is the call I want to make:
Facebook.showPermissionDialog("publish_stream", ondone, showProfileSelector, [000000]);
...
in this simple php file: (http://gist.github.com/273402)
<?php
session_start();
include_once 'libraries/facebook/facebook.php';
//$fb_user=$facebook->get_loggedin_user();
?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0...
Hello Community,
I downloaded the API from Facebook and tried to login with it.
I get an loop which try to authentificate me all the time ( link text )
How can I login with facebook without getting this loop? ( I finally want to get my notifications and messages an i want to post something. )
Greets
Dom
...
I am writing an iPhone app that needs to be able to upload photos to Facebook as a side effect of sending them in an email. It seems like a gigantic pain to create the album and upload the photos; is there any way that I can get the user's personal upload email through the API and just add that to the recipients in the email that is sent...
I'm looking to build a basic Facebook application with Rails. What are the resources (books podcasts, screencasts, blog articles etc) that you'd recommend?
(One answer per post please, and up-vote instead of duplicate).
...
I've tried to follow the advice of this question: http://stackoverflow.com/questions/984071/facebook-django-and-google-app-engine, however I've run into a number of problems. The first is that from facebook.djangofb import facebook doesn't work because when I try to use the decorator @facebook.require_login(), it complains that the face...
Hi,
I want to display my public fanpage feed onto my website via the Facebook API without requiring a login.
I'm doing this
require_once('../includes/classes/facebook-platform/php/facebook.php');
$fb = new Facebook($api_key, $secret);
$fb->api_client->stream_get('',$app_id,'0','0','','','','',''));
But I get this error
Fatal er...
I need to design a search box in my facebook desktop application, with functionality same as that of facebook search.
If a name say 'sam' is entered, then all users in whose name 'sam' comes should get listed.
Same as the output of this sql query: select uid, name from users where name like '%sam%'.
Is there any way to implement this?...
I'm using the facebook developer's toolkit for a facebook connect website. The website posts content to the stream for a page - which I have working fine.
I'd like to also get the stream from the page to show users who visit the website - regardless if they are logged in to facebook or not. Facebook provides a handy fan box (fbml) for t...
I'm making a simple iframe-based facebook app. I have the following code to size my iframe:
FB_RequireFeatures(["Connect"], function(){
FB.XdComm.Server.init('/xd_receiver.htm');
FB.CanvasClient.startTimerToSizeToContent();
FB.CanvasClient.syncUrl();
});
I want to add a link that will display a popup which will allow the user...
Hi, is there a way to have my iphone native app display the friend-selector dialog of facebook? Or do i have to manually retrieve the user's friends and create the dialogs myself?
Thanks
...
Hello,
I am trying to use facebook connection with ie7 in asp.net.
when i click on the facebook login button -- facebook gives me a small box to enter my email and password. After login, In most of the websites the small box (login box) will close and the main page login button will change to facebook logout button.
but in my code: th...
Hi all,
I have been trying to attempt to use the facebook share function in my website but i cant seems to have the right result.
Say:
i have a page called http://www.xxx.com/product.php?prod=lpd026n&cat=43
and i am using facebook's share function to have visitors to share the page in the FB wall.
i tried writing the link this wa...
I have a question, less pertaining to actual implementation more towards "how it works".
We have a CAS server doing the SSO authentication for multiple web protals (sister protals). How does CAS validates the cookies across portals and how does it figure out that user was logged onto sister site.
Also extending same question to; can som...
I have a situation where I call Facebook.showPermissionDialog('offline_access'...) then later I make an ajax.post call. The ajax.post call fails if the call to the permission dialog was made prior. But it succeeds when the permission dialog was not called prior. Is anyone aware of some relationship between this dialog and ajax.post?
If...
How does it work? (Explain it in terms of server, writes, GETs, values, whatever).
DOes it work with Win32 apps?
...