facebook

How to use Ruby Mechanize to automatically like Facebook posts

Hi, I'm trying create a bot which automatically "likes" Facebook posts. Using Mechanize I can log into facebook, but unforunately the links to the like button are not understood by Mechanize - they seem to be obsfuscated by JS. The only links I see are the basics such as: <Mechanize::Page::Link "Edit friends" "http://www.facebook.co...

Facebook IFrame on page canvas?

Hey guys, I have developed a small site that i would like to embed into a tab on a facebook page. Previously I used this code to load in an iframe, it worked great: <a onClick="outside_location.setInnerFBML(link_1);" style="cursor: pointer;">Link 1</a> | <a class="red" onClick="outside_location.setInnerFBML(link_2);" style="cur...

Trying to create a flash app that dispalys photos from facebook.

Hi there, i'm intending to create a flash app that pulls images from facebook and displays them in a slideshow format. Has some here tried this? or does anyone have suggestions/advice/links on where to find information on this. i have had a look at; http://components.zerofractal.com/FacebookBridge/ has anyone succesfully used this? i ...

Do I use FBML to create a tab....

I want to create a tab on a Facebook Fan page that will display a menu (PDF or embedded link to the website)...Do I use FBML for this? If so, where can I get a quick tutorial? Thank you for your time everyone! ...

'showing' a facebook fb:dialog

i want to use facebook's fb:dialog tag to display a simple pop-up form for the user to fill in. but i want to show that dialog using javascript (in the ondone handler of an ajax request). is this possible? i took a stab in the dark and tried document.getElementById('dialog_id').show() but show() is not a method. alternatively there is ...

Facebook - How to get the profile picture

I try to write a simple user script to enlarge the picture when you mouse-hover it :) ( like facebook fixer, but his code is somehow too difficult for me to understand ) I don't really know how to get the real image link of profile with the thumbnail :) Real: http://profile.ak.fbcdn.net/v228/662/62/n1734060381_260.jpg Thumbnail: http://...

reading only text from Html using PHP

Hi! i read the meta tags from a PHP script that read the url convert it to html and then read the tags and title .................for this no problem but the problem is i wants to read only the text from html............... for Example when you put a link on facebook you can see that i read's your Title and some text from your webpage u...

How can I "lock" facebook into an iFrame?

I play some of the games on facebook and I was wondering if there is a way for me to create a simple HTML file with the game in an IFRAME. Ive been tinkering with it and can't seem to get it to display correctly and facebook breaks out of the frame after a bit. ...

check this script and answer, facebook?

http://wiki.developers.facebook.com/index.php?title=Fb:js-string&amp;redirect=no in the above link, example coding provided "Real example (PHP): " passing variable to how to work with? convert to code how to use in <'?php XXXXXXXXXXXXXXXXX ?> tag? ...

Sending MESSAGE to a person on facebook using python

I want to make a script that can be used to send messages to our friends on facebook. How do I proceed? Which is the best module to use? ...

Embedding Facebook Connect In A Facebook Page

Our site allows users to register using Facebook Connect. We also have a Facebook page. We'd like to include the "Connect with Facebook" button in our page so a user could instantly connect (aka register) and then be forwarded on to their account on our site. I was hoping to use the Static FBML page application and the FBML iFrame tag ...

Errors when testing facebook application.

I am trying to test my application on facebook. But i keep getting the following errors: Errors while loading page from application Parse errors: CSS Error (line 35 char 17): Error in parsing value for property.: 'font-style' Declaration dropped. FBML Error (line 53): illegal tag "body" under "fb:canvas" FBML Error (line 54): illega...

Facebook Application using PHP on server problem

Hi, I'm trying to wrtie a facebook application that generates random quotes using php. However, I'm getting this error and I don't know how to sort it. Parse error: syntax error, unexpected T_STRING in /home/a9607557/public_html/index.php on line 8 This is the code I have: <?php require_once 'includes/facebook.php'; $appapikey = '<Ha...

DotNetOpenAuth 3.4 and Facebook as an identity provider/trusted provider

DotNetOpenAuth 3.4, Facebook Does Facebook function as a provider (similar to Yahoo! or Google)? If so, does anyone have a pointer to example DotNetOpenAuth code? ...

Request Extended Permissions in Facebook, Django, Pyfacebook

I'm developing an IFrame application in Facebook (using pyfacebook and Django) and could not understand the official documentation. Can someone give me a pointer on how to request extended permissions (like read_stream, publish_stream and offline_access)? I experimented with FB Connect but I'm not even sure it's the right way to go for ...

How to implement "Invite Users" functionality at Facebook (iFrame/ASP.Net)?

Very simple, I want to implement the famous Invite Friends button at my application. Because it's an iFrame I can use FB.Connect methods or XFBML. Can anyone suggest a way to do it in either of these techniques? ...

Getting a friend count from facebook (possibly using api)

Im used to working with twitter, where friend/follower totals are available in a simple xml request. My goal is a simple "enter your username/user id, and display your friends count". Is there something like this for facebook? From what i gather, ill have to make an application, and have anyone who wants to grab their friends total act...

Loading Facebook ActionScript library in an HTML Adobe AIR app

I'm writing an Adobe AIR app using plain HTML which needs to upload photos to Facebook. I don't think Facebook's JavaScript/Connect library includes photo uploading functionality, but their ActionScript library does. However, I'm having trouble loading the ActionScript library into the HTML page. Adobe's documentation describes the proc...

How to place Fb:request-form inside a popup?

Is it possible to place Facebook's request form inside a popup? Google is failing me atm. ...

Want custom title / image / description in facebook share link

Hi! I am making a flash app that demonstrates potensial traffic injuries when driving at different speeds. I want the user to be able to share this information on facebook. However this demands that i can customize the text that will appear on facebook in some manner. I am making an url that is opened in a blank window (from the flash ...