facebook

Getting old records from Facebook using the API

Hi, I want to fetch some historical data using the api. But when I access older and older pages, I suddenly hit one that's returning me empty data. For example, call to this url: https://graph.facebook.com/kenderken/posts?limit=100&until=2010-06-01T09:10:53%2B0000 returns me empty data even that there are posts on my wall that are...

Use FBML to embed a custom video player / video on facebook walls?

I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code. What am I doing wrong? <fb:swf swfsrc='http://www.domain.com/flv_player/Main.swf' imgsrc='http://www.domain.com/large1.jpg' allowscriptaccess=”all” flashvar...

Facebook FQL queries return {}

Hi everyone, I'm using FQL to get data from user's stream to build a web page looks like wall-to-wall. With two queries: query = "SELECT post_id, message, created_time FROM stream WHERE filter_key IN (SELECT filter_key FROM stream_filter WHERE uid="+user['uid']+" AND type='newsfeed') AND target_id = "+uid+" AND actor_id = "+user['uid...

facebook application

Hi all, I am new to integrate facebook application on my website. In my website i want that if i will upload any video or image then a notification should be sent on facebook newsfeed. i have no idea about it .How acn i do this like you tybe. *Give me an idea and which application is suitable for this function on facebook * Thanks ...

Update facebook status from an iPhone app

I'm trying to add some simple functionality to an iPhone app. Basically I want the ability for a user to post an item to facebook with one click. Using facebook connect, you seem to have to show a login dialog for the user to enter their details. I'd prefer it if I could store the users facebook details on the app and just use them to...

Facebook Authentication - issue coming back into my iPhone app via custom url scheme

I am trying to use the new Facebook 'one-time authentication' process in my iPhone app. The idea is that the app links out to either the Facebook app or Safari to ask the user to log in to Facebook, then Facebook returns the user to the app using a custom URL scheme. I have set up the custom url scheme in the app, prepending 'fb' as in...

Way to programmatically send updates to people who Facebook "like"-ed web pages?

Now that we have Facebook Like buttons on web pages all over the place, is there a way to send updates to people who have liked those pages? I haven't seen/heard about this ability but it seems like it'd be the natural next step. ...

How to remove all child nodes from parent using FBJS

So, I need to remove all the child divs from a parent div using FBJS. I basically want to end up with an empty container div. Here is the code that I am using right now. var events_next = document.getElementById('events-next'); for(var i=0; i < events_next.getChildNodes().length; i++) { events_next.removeChild(events_next.getFirstChil...

how to collect contacts from different accounts

hi so i was wondering this: for example: when you subscribe to Facebook you have the option to invite your friends from gmail(if you have a gmail account), so you would enter your gmail login and password and facebook would grab all your contacts from gmail, so i was wondering how this is done? is there an API from Gmail or from Hotmail...

Double request submission in IE7

Any body have any experience (or even better a solution) to IE7 submitting a request to a webserver twice? Its seems that any POST or GETs I send are being called twice. This only happens in IE7. Chrome, FF, Safari and IE8 are fine. I'm running IE7 "through" IE8 using Browser Mode in developer tools - could this be the cause? ...

is any simple web project using cassandra and php available?

we are doing project using php and cassandra? if any already finished project using PHP and CASSANDRA available means that will help ful for reference. is there is any sample project available? and facebook uses cassandra. so how can we get some inputs from facebook experience and tools? is facebook maintain as opened? ...

Can Facebook's fb:comments notify me when a new comment is posted?

I'm using fb:comments as described here. Comments work fine but I can't find a way to be notified when a new comment is added. Is there a way to easily find new comments (without visiting my 3000 articles each time)? I know FB did some changes to the way notifications work but I hope they left a way to do this. ...

Sending gift to facebook friend from external website

I tried to use XFBML: <fb:serverfbml style="width: 755px;"> <script type="text/fbml"> <fb:fbml> <fb:request-form action="http://example.com/user/handleFacebookGiftSend" method="POST" invite="false" type="gifts" <fb:multi-friend-selector .................... on a webpage on my website to send virtual gift (consisting of ...

Number of Tweets and Likes for any URL?

Hi, I'm building a cool app that needs to check the number of "tweets", "shares" and "diggs" each URL in a feed has an then arrange them according to the number of "tweets" etc... Any ideas on how this can be done? It shouldn't be that hard, but I cant figure it out =) Checkout www.babblr.me , they have a similar solution. How did the...

How do you get the email using facebook api?

I'm using this code but I can't figure out how to get the email from the user. I know you must get special permission from the user but I don't know how. I can get the public data from the user but that's not what I even need. The only thing I need is the email. I guess it's something with this line: $me = $facebook->api('/me'); I h...

Facebook JS SDK: Check permissions before Login PopUp

I want to check permissions of a logged in user before presenting the iframe login to request extended perms, but the iframe popup gets blocked by the browser (ff, chrome tested). I want to avoid this and i'm pretty certain its because the results of the js functions are 'nested' - my js cleverness is limited so excuse me. I'm guessin...

Creating a facebook page with your domain name

Hi guys, I want to create a facebook page that has my domain name like this : http://www.facebook.com/TrimHold But I can't find the way. Any suggestions would be highly appreciated. Thanks. ...

"Redirect" page without refresh (Facebook photos style)

I am trying to implement content browsing like it is done on Facebook when user is browsing the photos. I guess everyone is familiar with that photo browsing where you can click "next" and "previous" and immediately get the next or previous photo (you can also navigate using arrow keys). When you click "next" for example you notice that...

Can you obtain friends' postcodes via the facebook api?

Does the facebook api expose friends postcodes? Ie is it possible to make a call to the api and have it return a list of postcodes of your friends which have address information listed under the "friends only" privacy setting? ...

Facebook - PopUp Invite Friend in iFrame application

Hi, I'm developing facebook game, that using iFrame. How to show popUp invite Friend ? Thanks so much ...