facebook

Search using Facebook api?

Is it possible to search users of Facebook by gender, hometown and a group that he/she liked? ...

Facebook API, Canvas app in iFrame, Javascript API, Broken in IE8?

I tried to look for help in the FB forums for this, but they really are not much help there. My app is set up as an iframe app, but the same behavior happens if the app is set up as an fbml app and the page below is loaded through a fb:iframe. The same behavior exists regardless of what advanced settings are used. The same behavior ex...

how to create a content sharing service like Tweet button or Facebook share

I am implementing a content sharing service, similar to Twitter and Facebook button. When the user visits a page, he will be able to click on my button, which will open a page in a new window that lets the user interact with my service. My service use 2 parameters: the current page's URL and title. I have looked at the html code used to...

Facebook connect with django/python

I've been stuck on this for a while. I can't seem to get facebook login to pop up when following the google tutorial: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt; <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"&gt;&lt;/script&gt; <script> FB.init({app...

Regarding codes gluing django and facebook

I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbi...

Hide content from non-fans in a Facebook *IFrame* (Not FBML)

it is incredibly easy to hide content from someone who does not like your application...if you're using FBML. I'm using an iFrame and the JavaScript SDK, and am having terrible difficulty figuring this out. The behavior I'm seeing (both logged in and out) is that does not seem to be supported by FB.XFBML.parse(). Am I mistaken or is the...

can facebook app. login on many account like this?

Hi! I would like to know. When i have a table in database such as... id uid 1 1111111 1 1444444 1 2333333 2 1222222 3 1333333 where "id" is my user account and uid is facebook account. From table we know that one user can contain many facebook account like id=1; The problem is when user (id=1) logged in on my w...

My Facebook invite page is not working

When im logged in and i click on invite friends on facebook from my website, it shows a page to enter password, if i do , it takes me to my facebook home page. If am not logged in, it shows a blank page. Please what couldd be the possible problem(s) My facebook invite page: $api_key = 'xxx'; $secret = 'xxx'; $app_name = "Skoola-In...

Is there a "Facebook Search API" similar to the "Twitter Search API"?

I need to search Facebook for certain keywords and count them if possible? Thanks! ...

facebook login and redirect

Hello I'm totally new in FB and I want to do the following User will come to my page and automatically redirecting to facebook for putting login and pass After that he redirecting to my page. And I want to know his user ID, display name and user pic. How can I do it using php? thanks a lot!!! Vladimir Online ...

Can openID and facebook connect be used to get user email address?

Bonus question: Anybody knows how to do it using ruby-openid gem? Thanks! ...

Facebook puzzle error: throws it's automated mail regarding build/run error

I solved the problem (Hoppity) as given on Facebook Puzzle Page. I solved it in c++ language (using g++ compiler) and mailed the .cpp file as an attachment to the mentioned e-mail address. I didn't zip the file. After few hours I received a mail regarding run/build error. Can anyone please help me with this. Where m I going wrong? Here...

PHP Fatal error: Call to a member function fql_query() on a non-object in /home/elankeer/public_html/hiddenfriend/index.php on line 292

I am using facebook.php which is downloaded from http://github.com/facebook/php-sdk Below code $fql = 'SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1='.$user.') AND has_added_app = 1'; $_friends = $facebook->api_client->fql_query($fql); Throw error as below PHP Fatal error: Call to a member function fql_...

Data Scraping Problem

Hi, I am scraping data from facebook page for the wall posts, here is the url: http://www.facebook.com/GMHTheBook?v=wall&amp;ref=ts#!/GMHTheBook?v=wall&amp;ref=ts I sucessfully scraped all the visible wall posts using CURL. Problem: At the end of visible wall posts, there is Older Posts link which shows more wall posts once you clic...

Facebook Multi Friend Selector Doesn't Render (iFrame application)

I have an iframe Facebook application (using Facebook's new JavaScript API) that needs to allow the user to invite their friends to the app after entering a contest. I have the following markup in a div on the page (application name and Canvas Url redacted): <fb:serverFbml> <fb:request-form method="POST" invite="tru...

Get Facebook event admin from API

Given the id of an event, is there a way to get the Facebook ids of the admins of that event through one of Facebook's many API's? The event is public. I can I know you can get the creator of the event but there may be admins other than the creator and I want to get those people as well. ...

php: Get url content (json) with cURL

I want to access https://graph.facebook.com/19165649929?fields=name (obviously it's also accessable with "http") with cURL to get the file's content, more specific: I need the "name" (it's json). Since allow_url_fopen is disabled on my webserver, I can't use get_file_contents! So I tried it this way: <?php $page = 'http://graph.facebook...

Using the Facebook GRAPH API, can i find out how long two users have been friends?

I want to know the date that two people became friends. assuming i can get any kind of permissions from the user, is there a way to find this out. I want to be able to calculate how long people have been friends. perhaps friends since a certain time. etc. I cant figure out if this is possible. ...

facebook stream.publish

I'm making a facebook app and using stream.publish to share something on a wall. However for the 1) attachemnt link, and the 2) the FB UI action link, when I click either, it will load the page in the same browser window. I would like to somehow add into these links something like target="_blank" so it opens the link in a new tab. I kn...

How to share contents of a web page with social Networks and bookmarking them in on-line bookmark services??

Hi, I'm Looking for a free(or Open Source) Sharing Script to put it in my content pages(I do ASP.net). I want to allow my visitors to share contents(ex: articles) in social networks like Facebook or on-line bookmark services like google bookmarks. what's the best way to do that? i found JQUERY SHARING(you can see demo here) Plugin from t...