facebook

PHP - Upload a web hosted photo to facebook album via Graph API

Hi I'm trying to upload www hosted (e.g. http://www.google.se/intl/en_com/images/srpr/logo1w.png) files to a facebook album. Creating an album works just fine, but I don't seem to uploading any photos. I'm using the facebook php-sdk ( http://github.com/facebook/php-sdk/ ) and the examples I already tried are: http://stackoverflow.com/...

facebook app publish to wall

how do i publish to facebook wall using my app.something like wat mafia wars does. ...

Error accessing Facebook API

Since today my app throws this error: Thanks for helping! Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: Temporärer Fehler bei der Namensauflösung in /var/www/modules/facebook/classes/facebookapi_php5_restlib.php on line 3663 Warning: fopen(http://api.facebook.com/restserver.php?method=facebook.fql.qu...

How can I make ASCII text that will look good on Facebook?

I'm making a .NET application that will take any picture and spit out ASCII text that will appear just like the image. So far, it works well when the font is Lucida Console. Facebook doesn't use this font and thus break the art illusion. Any thoughts, ideas and suggestions on how to tackle this problem? It's pretty a pretty neat idea! ...

Facebook jQuery Plugins

What are the most Facebook like jQuery plug-ins, I would love to have a solid list of them. ...

Facebooker Gem Session Key Expired

My Facebook Connect Rails application worked earlier today, but seems to have stopped getting the Facebook sessions properly. I'm using the Facebooker gem to handle the interaction with Facebook. All of a sudden, my application started throwing this exception, both while I was logged in to my Facebook account and while I was logged out ...

A Link for Facebook Likes (no button)

I have a quiet and minimal site that I'd like to add a "share on Facebook" link to. My preference would be for a simple text link. Is this possible anymore? ...

How to share an instance across several php files a-la-Wordpress?

Greetings Everyone, I'm currently using Wordpress as my CMS and leveraging Facebook's Graph API for the user account/registration "stuff". My question is how do I use Facebook's PHP SDK (found here: http://github.com/facebook/php-sdk/), when Wordpress compiles several php files to output a single webpage? In other words, Wordpress' te...

facebook friend selector - display photo along with name

Hey guys I've been looking at the various fbml tags like friend-selector, multi-friend-input and friend-input. If I'm not wrong only multi-friend-input displays the profile picture of the friends. What I'm looking for is the friend selector with photo - instead of just the names showing up - the name and the photo should show up. When ...

Auto login & logoff with facebook php

Hello, I'm looking on how to implement auto login with my website using facebook connect, currently its working fine, but user have to click connect every time they come to my site. and is it possible to make it they logout in facebook too if they log out from my website, vice versa? Thank you for any advice and help. ...

How to force a monospaced font to render in Facebook?

I made a program that generates ASCII art from an image. I want users to be able to copy and paste that ASCII art to their wall and have it display properly. Problem: Facebook doesn't use a monospace font. Does anyone have any ideas on a workaround? ...

Problem with jQuery load() and Facebook XFBML

Hi, The situation I open a layer (jQueryUI) like this. $("#dialog").load('userinfo.html #layer').dialog('open'); userinfo.html displays the photo and the name of a facebook user. <html xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <...some code...> <div id="layer"> <script type="text/javascript"> $(functi...

Get Account User Id FBML

Hey, I'm new to the facebook app making and I'm just wondering how I can get the user who enabled the app (the one using it)'s user id. Thanks ...

Problem Getting mutual friends of logged in facebook account and other account FBML

Hey, Well at the current moment I'm attempting to get the mutual friends between two users, and then pick a random one of those. It then gets the name of the random mutual friend, but it's not working for some reason. here's what I have (where $lg_userid is the logged in users id, and $target_id is the friend, I then get the mutual fri...

Filter Friends that are Online FBML

Hi Ok, I have this array of a users friends, and I'm just wondering how I can filter out the ones that are offline so that I only have the online ones in the array :D Thanks ...

Adding Google analytics tracking code within fb:share-button

Does anyone know how I can add Google analytics tracking code within the FBML of a share button? Code is as follows: <fb:share-button class="meta"> <meta name="title" content="TITLE"> <meta name="description" content="DESCRIPTION"> <link rel="img_src" href="someimage.gif" /> <link rel="target_url" href="http://www.someurl.co...

Is there a limit to the number of test friend requests that can be sent by a sandboxed Facebook app?

Been tweaking my app's invite process and sending invites to two test accounts. They've worked fine. In the last few days, my friend requests are not being sent out to the test users. Is there a finite number of times this can be used in a sandboxed app? I set up another test app and a request went through okay. ...

Facebook graph Error Maximum execution time of 30 seconds exceeded

Hey guys I'm using the facebook graph PHP sdk - whenever I call the $facebook->api method in a loop I end up getting this error Fatal error: Maximum execution time of 30 seconds exceeded in C:\Apache\htdocs\fb\application\library\facebook-platform\php\facebook.php on line 509 This is the sample code $data = $facebook->api('/me/lik...

fbconnect authentication window don't closed

Hi, I have created an application which uses fbconnect. The application uses new facebook graph api(javascript sdk). The problem is do not close the authentication popup window after authenticating. It shows a blank page. My code is <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({appId: mixin.fb_connect_a...

Display WALL link in Facebook

Hi , In link text facebook account , The Wall link showing All posts , But in my Account Wall link does not showing all post or twwets for anonymous, It showing only for logged user( Facebook ), This is my facebook Wall Link Question is How to show wall links contained post to All users, if they are not looged in ... i made to e...