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?
...
Hi!
How I can send an private message to user using Facebook Toolkit??
...
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');
$...
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...
...
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 ...
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...
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
...
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 ...
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 ...
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.
...
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
...
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...
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...
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 ...
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...
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?
...
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...
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) -...
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...
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...