facebook

Twitter (Social networking) Dataset

I am looking for twitter or other social networking sites dataset for my project. I currently have the CAW 2.0 twitter dataset but it only contains tweets of users. I want a data that shows the number of friends, follower and such. It does not have to be twitter but I would prefer twitter or facebook. I already tried infochimps but app...

What is Facebook session_key for?

I develop facebook app, with oauth 2.0 beta. But, usually i don't get signed_request, but session parameter with session_key, So what is session_key for? ...

Getting the "real" Facebook profile picture URL from graph API

Facebook graph API tells me I can get a profile picture of a user using http://graph.facebook.com/517267866/picture?type=large which works fine. However, when you type above URL into a browser, the actual address of the image is http://profile.ak.fbcdn.net/profile-ak-snc1/v227/560/83/n517267866_1928.jpg How can I get the second URL u...

Facebook Fan Page Tweak

Hello Friends, I need to ask a question about facebook fan page. I need to create a page which user can only see if they Likes the page otherwise blury view of the page. The thing I want is already created by some one and I don't know how to copy that. [url redacted -msw] Can you write FBML for this here? Umair ...

Adding a like button to a Facebook page using xFBML

Possible Duplicate: Adding Facebook Like button to fan page I have a Facebook page to advertise my company. I want to insert a button that looks like a Facebook "like" button using xFBML. How can I do that? ...

How can I use the facebook connect api for the iphone to to invite friends to an application or send a message.

In my iPhone application, I wanted to add the function of signing into Facebook and letting a friend know about the app. I know how to sign in and get the friends list, but I cannot find a good way of inviting a friend. So far, I haven't been able to come up with a way to invite a friend (I don't think one can with the iphone facebook sd...

How can I track accepted invitation sender on facebook app?

Situation: user A send invitation to my fb app to his friends X, Y and Z. Users X and Y has accepted invitations, but user Z not. How can I track haw many users accepted invitations? I want to take some privileges for user A based on accepted invitations count. Is there any method to track sender_id when invitation accepted? ...

How to import Facebook friends to website

I've got a website that has users and users can add each other as friends. Lately, I've been seeing a lot of web apps that have a function where you can import your friends from Facebook directly into their web app. How is this type of import of the Facebook friend list implemented? I looked in the Facebook API docs, and can't really fi...

How to invite a users friends to an event? Facebook Graph API

I have an application using the Graph API. I have it creating events for the user, but would like to let the user invite their friends from our site instead of having to go to the events Facebook page. Does anyone know of the request I have to send the friends' IDs too to invite them like with the old API? Or if it even exists? I am find...

Jquery ajax with facebook social graph json

Hey all, I'm trying to create a feed using jquery ajax and requesting data from facebooks social graph using json method. Can someone please tell me why it isn't working? i've tried $.getJSON(); to no luck! This is the code I have just tested and still no luck: $(document).ready(function(){ var url = "http://graph.facebook.co...

stream_publish using old FB api

Hi all, I can't seem to get the stream_publish to work from the old API. I am using the old API because there is no option to upgrade with the current client. $facebook->api_client->stream_publish("Test",null,null,$uid,$appid); I get error 500 returned. Any ideas? ...

Check if user is logged in New Facebook API

Hey, well I'm new to the facebook api stuff, and just recently someone told me I was using the old api. So now, I can't seem to figure out how to check if the user is logged into my site with the new api. all I really have is <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"&gt;&lt;/script&gt; <script> ...

Facebook Connect - Graph API vs Old JavaScript SDK (Action Links)

Hi Guys, I'm posting some info to a user's wall via Facebook Connect (from my external website). All working good, but i've noticed some differences in the documentation for wall posts in the Graph API and the Old JavaScript SDK. With the Graph API, to post to a user's wall you do the following: Make a HTTP POST to https://graph.fac...

FQL: Order photos by likes

Is there anyway to retrieve photos ordered by the number of likes in FQL? ...

Facebook api for beginners? help

so what i want to do is basically embed a facebook photo album from a fan page into a website- i guess making something using their api is the only way to do this because i couldnt find anything already made. only problem is i have no idea how to get started with whatever language theyre running- ive looked through their faqs and stuff...

Retrieving the comment count in from a Facebook comments box

I use on my website, but I can't figure out how to retrieve the comment count from a comment box with a specific XID. I've tried intercepting all new comments with the following code: FB.Event.subscribe('comments.add', function(response) { alert("Comment was added."); }); I never receive the alert though. Any ideas? I just need the...

Facebook-Like Activity Stream

I wrote an application, its not a social networking script by any means, but my script does have "user profiles" for it and I'm interested in a SQL/PHP design idea to go about activity streams as seen on Facebook for the users of my script. Activities such as "Joey commented on X's wall." or "Joey, X, Foo like your photo" or "Foo change...

Facebook extenbded permission in tab application.

How can I do this.. The following fan page tab application has this functionality. http://www.facebook.com/iebschool?v=app_140944359256268 click on the fourth tab and it will ask for extended permission.. am not sure how to do this.. please help ...

using facebook connect to send message to other users

i am creating a website that will intially have an invitation-only functionality. i.e. a user gets an invitation with a special url that they can use to sign up. to login on the website i use facebook connect. to send beta invitations, the user can see his facebook friends, and select which users he wants to send the special urls to (e...

Regex to change attribute order in a JSON string?

Using Facebook Search API, I got an response like: "data" : [ { "created_time" : "2010-07-24T19:47:31+0000", "description" : "...", "icon" : "...", "id" : "1", "link" : "...", "name" : "...", "type" : "link", "updated_time" : "2010-07-24T19:47:31+0000" }, { ...