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 ...
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 ...
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...
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 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 ...
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...
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 ...
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 ...
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&expires_in=7064 I am returned a modpython request but i c...
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...
I wonder, If Facebook or Google had written via Microsoft Technologies, what would have happened. Pros and cons? ...
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...
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...
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...
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...
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. ...
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...
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...
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...
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? ...
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 ...