facebook

Get a list of Friends of a Friend on facebook

Hi, I've recently stared looking into the Facebook API and am trying to workout how to retrieve the list of friends of another user (in this case the user is someone I'm friends with). So far I've only worked out how to find out the friends of a person who I am also friends with. However the Friends Wheel application can do it as you ...

Facebook send friend request

Hi friends, I am developing facebook application . In that i want to send friends request using javascript (FBJS) . plz any one help me Thanks ...

Developing a facebook app with c++

Hi, I'm a computer science student with experience in C/C++ and I want to have a go at developing a simple facebook app. Can anyone recommend a good website and/or editor? Is it doable with C++ or do I need to learn another language? Thanks ...

How much more efficient is one big image rather than many small images. Facebook style.

So I was looking at the facebook HTML with firebug, and I chanced upon this image and came to the conclusion that facebook uses this large image (with tricky image positioning code) rather than many small ones for its graphical elements. Is this more efficient than storing many small images? Can anybody give any clues as to why facebook...

Installing the facebook API

Hi, I'm just starting out to develop my first facebook app in php and I'm having difficulty installing the library files onto the server that I'm using(hyperphp). I've copied all the files (facebook.php, +2 others) into the folder with my index.php file, but I can't get the sample facebook code to work. It can't seem to access the li...

Outside access to Facebook events

Let's say I own/control a Facebook page where events are posted. I'd like to display these events on another website (In my case, a WordPress blog, but that's not the important part) on an "Upcoming events" page. What I'm unsure about is: Is the Facebook API usable "externally" like this? I've downloaded the PHP library and got a demo a...

How to retrieve user information from facebook using fqlquery?

I have the fql query as shown below. Select uid,profile_url,pic_square from user where name="Ershad" here i am getting a response as below. xml version="1.0" encoding="UTF-8" fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true" But i want all the list.All the det...

Loading js for Facebook Connect on demand

Our site uses Facebook Connect to allow users to post updates to their Facebook. The javascript that allows this has to be loaded directly through Facebook's Feature loader, and we had been loading it on every page where a user might want to connect to Facebook. Unfortunately, because some users have Facebook blocked at their workplace...

how to access facebook or twitter using blackberry API?

Hi, I am newbie for such kind of social networking Application integration using blackberry API. i want to develope such kind of application which can use the facebook or twitter social networking site integration using available blackberry api. how to access the faceBook using blackberry API? Is there any webservice available of face...

facebook connect on mobile

hi, i want users can log in my website throw FB connect ON MOBILE but it's seem that it work only on smart Phone (exmple iphone ) is it possibale that it will work in all Phone that use wap ? thanks ...

Develop a facebook app tutorial.

Hi im pretty new to php but i would like to make a facebook app, for a competition where the participants can send in their ideas. Does anyone know a good tutorial och something like that? thanx in advance ...

Can I grab the picture of a person from facebook?

I'm trying to grab someones facebook picture from their page while just knowing their email address. I know that the service gravatar.com does this, but a lot of people don't have accounts there so I would like to grab the pictures from facebook. Is this possible? I didn't find anything about this in the developers part of facebook. ...

Get friends of a friend in facebook using C#

I am using: http://www.codeproject.com/KB/IP/Facebook%5FAPI.aspx Is there a way in this API? If not, is there a .NET API that I can use to do this? ...

facebook connect for mobile ?auth_token

hey i am building mobile website and i want to integrate facebook connect. in my regulat site i am using facebook connect that uses the cookie for getting the session key, on mobile this cookies method for getting the session is not recommended, i think. what ivgot so far is that i call to login rest server and then it return to me...

Loading lockup on internet explorer

Hi, I am programming an application using AJAX and facebook connect. The location of the application is http://dev.cafexi.com/fbconnect I'm having what I think is a simple issue 1) when I load the site in any browser except for IE it loads instantaneously - so no issues there 2) When I load in ie 7 or ie 8 it load incredibly slow. ...

Upload content to facebook without prompt

I am working on a PHP application that gets its input (image/text) from a mobile device and posts this to various social networks. Now, I'm having some problems figuring out how to post to facebook WITHOUT facebook prompting me for permission. I am the only user so I can add my username and password in the code or I can have facebook pr...

Unpredictable log file writing in PHP

Hi there. I have a script that runs every two minutes for a "Tweet-getter" application. In a nutshell it puts tweets onto Facebook. Every now and then it hiccups and despite my error checking, reposts old tweets continuously, every two minutes (the cycle of it being run as a cron job). I have a log.txt that in theory would help me determ...

Facebook-connect or OpenID? From a developer's perspective.

I have recently been contracted to work on an application that requires Facebook-Connect as one of its authentication mechanisms. Working on my Facebook-Connect solution, I'm realizing that it's implementing a Single-Sign On authentication scheme, where if you log in to one website, you're logged on to all of them. Personally, I'm not ...

FB:Request-Form Element Not Rendering

Trying on FB Connect on a Rails App w/ Facebooker, but the following element is not rendering for some reason. It appears in the HTML code, but nothing shows up in Firefox. Any leads on where to start? <fb:request-form action="create_poke_path" content=" If you select some friends, they will see this message. &lt;fb:req-choice lab...

Facebook API and Facebook Connect using Java?

New to Facebook API and Facebook Connect. Found the Facebook Java API open source library on Google Code... I am really excited that there's an API pre-written in Java for it! Am interested in writing a server side Java layer which uses REST to be able to access a user’s Facebook Friends List, their wall, send them messages in-network...