facebook

getting comments on facebook is limited to 50?

Hi, strangely , lately when I'm trying to retrieve comments with the old facebook api I can get only the latest 50. And I didnt see any paging option there. And it doesnt matter if I use stream.getcomments or directly FQL . The weird thing is that using the same fql with the new api gives me all the comments. got a clue? ...

send private message to user

Hi! How I can send an private message to user using Facebook Toolkit?? ...

Facebook: Unable to get users' birthday

Hello All, I have been trying hard for the last 5 hours or so to get the facebook users' birthday through facebook connect but I have not managed to do so. The same code worked previously and still works on other sites made earlier (old ones) but does not seem to work again. Here is the code: require_once ('./connect/facebook.php'); $...

the user name on the iPhone facebook app news feed view

is it a UILabel or UIButton, I am wondering how is it implemented. the little rectangle around the name doesn't seem to be the roundedrect... ...

Diffence between FQL query and Graph API object access

What's the difference between accessing user data with the Facebook Graph API (http://graph.facebook.com/btaylor) and using the Graph API to make a FQL query of the same user (https://api.facebook.com/method/fql.query?query=QUERY). Also, does anyone know which of them the Facebook Developer Toolkit (for ASP.NET) uses? The reason I ask ...

how do use the facebook connect api's with the iphone?

I am currently developing an iphone application which is nearing completion but i want to add in the functionality to be able to connect with facebook. I can grasp the basic functionality of this such as connecting and posting status updates and feeds but id like to be able to interact with friends and events within facebook, much like t...

facebook graph api bringing in users public album

Hi, Im trying to bring in a user photo album. How do i get the album id? Im using the javascript sdk and graph api. --Mark ...

Accessing Facebook Likes and Interests with the old rest api

In their recent changes, Facebook now links your likes and interests with community and fan pages. How can I retrieve this information using the old rest API and Facebooker. I tried things like this to get the music preferences : facebook_session.user.music but I get a blank string instead of the relevant connections. Is it mandatory ...

Facebook Like Button (<fb:like>) Height Always 80px

Why is the height of my Facebook Like button (technically the iframe that gets generated) always getting set to 80px? Example page is here: http://www.davidkasper.net/test.html I am using the javascript sdk and have had it work on other pages but for some reason the height will not change dynamically on this one! I can even do something ...

Can I upload photos to a wall belonging to a fan (company) page wall using the Facebook Graph API?

Hi there, I need to know if it's possible to make it so authorized users can upload photos to a fan page of a company (to the wall) using the graph API. Also, is it possible to become like (become a fan) of a company page through the api once the user is authorized. Many thanks in advance, Mark. ...

Facebook Status on website

http://stackoverflow.com/questions/383777/php-function-to-get-facebook-status I've got to step 5 but im stuck. How can I output these results in html format for say 10 status messages? Thanks, David ...

Rubycas-server and facebook

Hi. I'm using rubycas-server and noticed it supports Google authentication through the ClientLogin api. That basically allows me to send the users google account username and password and receive a reply stating true or false. Does Facebook have similar support in its API? I don't want to have to send the user through the Facebook con...

Howto use FB Graph to post a message on a feed (wall)

I have created an app, and now i want to post a message on one of my friends wall with use of the new Graph API. Is this do-able? I am already using oAuth and the Graph-api to get a list of all my friends. The API at http://developers.facebook.com/docs/api tells me to cURL https://graph.facebook.com/[userid]/feed to read the feed, but i...

How to get friends' status updates from facebook with FB Connect for iPhone?

Hello! This is my first question in here, but I've gotten loads of help from other posts in here, so thanks for a great community! Ok, I've got my Facebook session set up and I'm able to log in and get my UID. But when I run this query, I get a blank result: - (void)getUserName { NSString *fql = [NSString stringWithFormat:@"select ...

Post on a logged in users facebook wall

Hey all, I've created a widget that will essentially unlock a music track, providing you post to either your twitter account, or facebook wall. I've signed up through facebook connect and I am able to successfully post onto my own wall... but the functionality I'm looking for is to be able to take ones username and password and automa...

Facebook Friends.getAppUsers using Graph API

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application. I have read the docs, but I can't figure out how to do this with the Graph API. Can someone give me an example? ...

iPhone OS: Posting an image + text "story" to a user's news feed through the facebook api

So what I am trying to do is post an image that has been created by a user on an iphone into that users newsfeed. The functionality I am having a hard time understanding if it is possible: Can I pass a local NSURL (or URL?)(to a png file that lives in the documents folder) through a JSON string and onto Facebook? i want to mimic the...

A quick over view of facebook's db?

Hey guys I find it hard to believe that Facebook uses simple sql, surely it would use some other method but lets assume for now it does use sql how would the code assimilating the 'wall' work? Lets say that there is three tables (just for the example) Friends: id (entry key) - uid(your id) - fid (your mates' id) Wall:id (entry key) -...

Why do API's (like Facebook, last.fm etc) generate session keys for logged in users?

Hi All, I am building an RESTful API for an application I am working on and client coders need to be able to submit data to the API on behalf of a user. All the popular API's I've used require me to send the generated session token (created when a user is logged in) for the user with a request to post information on the users behalf. M...

Facebook fan page photo's scraping

Hi, We want to add a facebook fan page photo competition to our fan page. The meaning is that ppl can upload photo's and others can like them. The person with the most likes on his photo wins a price. Now i was wondering if anyone knows a good idea on how to get a snapshot of all the photo's on a given moment. So that when we want to s...