facebook

Facebook "Like IT" Button with Names

Hello, is it possible to show names of poeople who liked it too? How i see "10 People Like This Page" can i get the Names of these people, and show it in stead of counter? thx ...

Fancybox with Facebook markup - Doesn't load

Why I try to load a fancybox, the content isn't loaded. The problem only occur when I use facebook markup. I also try with colorbox and got the same result. Is there anything I missing ? I got the following : <script type="text/javascript"> $(document).ready(function () { $("#shareWithFriends").fancybox({ 'titl...

Deserialize XML exception in Facebook response for new accounts

I am using the Facebook-c-sharp to upload photos to Facebook. This code works fine but for new accounts of Facebook this code seems to have problem. I thought may be its something to do with the new privacy policies of Facebook and moreover authors of above code have stopped working on new releases. The problem seems to be with creating ...

Is there a canonical URL for a Facebook status update?

Is there something like a permalink for status updates on Facebook? Background: I'm displaying status updates from a Facebook page on my web site, and I want to put a like button next to them so that my users can like these statuses from that site. So I need to generate the code for the like button with the proper href attribute that ...

How can my application find the Facebook Pages that a user administers?

I'm developing an application and want to let users connect their account to one of their Facebook Pages that they administer. Is there a way through the Facebook API that I can discover the Facebook Pages that a user administers? The method below seems to find all the FB Pages that person is a fan of (likes): http://developers.facebo...

Facebook Graph API : Publish to offline user, with user Facebook ID and access_token

Hi All, I'm using PHP/MySQL, and I want to publish for some offline users, I have already both permissions for publish_stream and offline_access, how to publish with the Graph API to this user wall, I already stored users ID's and access_token in my Database. how to do that ?? the current code is not working for me, the php file stop ...

iPhone - Post on Friends wall

hi I am using FBConnect to post on users wall.... But is there a way I can post on friends wall?? Any help is appreciated ...

Python Facebook Authentication Get Hashtag Info from modpython URL (google.com/search#thispart)

I am trying to authenticate facebook with my Python app and when you redirect a user to the authentication URL, it returns with the authentication key for that user. The return URL looks like this: http://blah.com/facebookauthenticate#access_token=appid|authtoken|othertoken&amp;expires_in=7064 I am returned a modpython request but i c...

jQuery Twitter/Facebook like page navigation

I have really liked how the new Twitter and Facebook have saved page loads by instead loading the content dynamically through ajax. I want to start rolling this out to my sites, but I have no idea where to even start. Twitter and Facebook now have uri's like this: http://twitter.com/#!/messages $(document).ready(function () { // Check...

If Facebook or Google had written via Microsoft Technologies, what would have happened.

I wonder, If Facebook or Google had written via Microsoft Technologies, what would have happened. Pros and cons? ...

Drupal FB-Connect and IE

i have installed the fbconnect module under drupal 6. i have added <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> to every pag...

Facebook tab not working

I made a facebook canvas application - Canvas Page http://apps.facebook.com/mybuzzrapplication Canvas URL http://174.132.194.155/~kunal17/devbuzzr/facebook/ Canvas Type IFrame I also added a tab to it - Tab Name Deals Tab URL http://apps.facebook.com/mybuzzrapplication/ Now this canvas page is working fine the base url is w...

How long is Facebook caching the sharing thumbnails?

Hi guys, How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using: <meta property="og:image" content="/path/to/my/image" /> But on pages I've already displayed before my image is not displayed => it is cached somewhere on FB servers. Any ideas how to flush that cache or how long does it ta...

Facebook - getting permission for photos.get

Alright, I am developing a website that integrates with Facebook, and it retrieves photos of the users. The code to call it is $param = array( 'method' => 'photos.get', 'subj_id' => $fbme['id'], 'fields' => 'name', 'callback' => '' ); $photos = $facebook->api($param); However the problem is that this returns a bl...

Is there a way to check if Facebook access token is still valid?

My site utilizes lifetime access tokens (offline_access). However, if the user changes his/her password, the access token gets reset. Is there a method to check if the current access token is valid before making calls to the Graph API? Thanks for your time. ...

Get contacts photo which are synced with facebook for android

Hello stack people, I am trying to show contact pictures in my application but I am getting pictures of those who were added manually only and not those which are synced with facebook. How to work around this? Here is my code below: Uri uri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, Long.parseLong(P...

<fb:like> + cookie restricted page

Hello! I'm having problems with integrating the Facebook Like button. My website is being restricted by a cookie ( meaning that the user has to go through a age verification page before getting into the actual site ). I have all the required meta tags in the pages header, everything's good! My problem is the following: when I integrat...

How do I get read_stream permissions from facebook

I am attempting to get read_stream using the MS Facebook Tookkit (http://facebooktoolkit.codeplex.com/) in an FBML canvas app and it issues a request for permissions by redirecting the user to http://www.facebook.com/connect/prompt_permissions.php the error I get is API Error Code: 100 API Error Description: Invalid parameter Error Me...

Codes in the FaceBook share URL's

What is the h=(some code) and/or ref=(some code) at the end of the url in the link of something shared on FaceBook? ie. If you click on an item that was shared by someone on their wall, the url it takes you to has this code at the end of it. What specifically is that identifying? ...

facebook request permission

I want to get publish_stream permission when my facebook app installing check this link it has a picture of requesting permission i want to add that too so how to do that http://developers.facebook.com/docs/guides/upgrade#permissions ...