facebook

Facebook - hide content on website till "Like" button clicked...

I'm using the wordpress plugin from http://www.sociable.es/facebook-wordpress-plugin-3-0/ on my blog, and I try to figure out, how they hide their download till I click the "Like" button on the post. I tried: <fb:fbml version="1.1"> <fb:visible-to-connection>HIDDEN CONTENT</fb:visible-to-connection> </fb:fbml> But it didn't work. Is...

get facebook photos

i have a problem with gettin photos using facebook graph.no errors gives,but it return empty array permissions that i gave $par['req_perms'] = "publish_stream, offline_access, user_status, user_photos or friend_photos, user_videos or friend_videos, read_stream, ...

How would I get a list of 'friends' who have added my Facebook application?

I'm really struggling with something that should be a simple matter: Showing a user of my Facebook app a list of their friends also using the app. Is there nothing built into the APIs to allow such a common request? The only thing I can think of to do is to get the list of the user's friends, and then get all the users from my database ...

Using the new facebook graph api, ajax calls returns null (empty)

Hi all experts! Im trying out the new graph api for facebook. I'm trying to fetch some data using jquery ajax. This is a sample of my javascript code, very basic... var mUrl = 'https://graph.facebook.com/19292868552'; $.ajax({ url: mUrl, dataType: 'json', success: function(data, status) { $('#test'...

facebook photos

mypermission are $par['req_perms'] = "publish_stream, offline_access, user_status, user_photos, user_videos, user_photo_video_tags, read_stream, user_likes, user_events, ...

extract uid from Facebook Connect with php

I'm a novice when it comes to java and not awesome at php, so dont judge me if this is realy easy or impossible... I would like to extract the users facebook-id and put it into a php-variable. How do i do that? The code im using is from a facebook tutorial video, and its working. I just want to be able to use the user id in a php code....

Post to user's facebook stream using Java

Hi, I'm writing a java application whereby I'd like to post the a user's facebook stream without using the facebook API. I thought it was possible to just send a POST containing the appropriate details to https://graph.facebook.com/me/feed but this has not proved successful. Do I definitely need to set the access token in the POST? Ca...

Posting data to facebook from my web application without users having to authenticate with facebook

I have a web application where users can add recommendations , post comments etc . I would like to give users the ability to post this data on facebook directly from my application . I can use fbConnect and have them authenticate with facebook for every session whenever they want to post data . However , I would like to avoid that . I...

Facebook Java API: how to get the comments of one photo?

Facebook Java API: how to get the comments of one photo? Maybe use this method: FacebookJsonRestClient.stream_getComments(String postId) ? I am not sure. I can get the id of one photo and I want get "who give what comments on that photo"? help me, thanks. ...

How to Request Permissions in the new Facebook JavaScript SDK?

I'm trying to switch over to the new Facebok JavaScript SDK from the old JavaScript library (where I was using Connect) and I'm unable to get the permission dialog to appear. I'm trying to get the permission dialog that's shown under the "Data Permissions" section here. My old call was this (with appropriate initialization): FB.Connec...

Add Facebook Profile Picture after Login?

Here is my code:: //if user is logged in - do this function login() { FB.api('/me', function(response) { document.getElementById('fb-info-block').innerHTML = "Welcome, " + response.name + ".<br /><br />" + "<fb:like href = 'www.whitbreaddesign.com' show_faces = 'false' width = '100' action = 'like' colorscheme = 'light'></fb:like>"; ...

Does running a PHP script from SSH bypass max execution time?

Basically I have an issue. I am posting to my users facebook statuses using a cron job, but when i run the cron from the browser I get an error after about 30 seconds. I have edited the .ini file to allow max execution time but it dont seem to work. It updates the statuses of the first 700ish users but after that it stops. Can I run it...

post message to users inbox in facebook

I am integrating facebook social plugin into our web site. I follow This guide line. But one of my requirement is that I should be able to post message to user’s inbox not to wall. Is it possible JavascriptSDK and GraphAPI? Thanks. ...

Facebook app: Random quotes not refreshing on each page load

I have a Facebook app written in php that will display random quotes on your profile. The box does not appear to update, it looks like it did when it was originally added. I want to update the profile boxes on each page load (refresh), and not by a user action like clicking a link. Any idea what is the problem and how to solve it? ...

css positioning of an info-note on the top of an icon

Hi all! :-) i have a simple question. for a website, i want to create an "info note" that appears by hovering a link, as facebook does when hovering some thumbnails you know? here is the thing i have for the moment, so you can see the bug i have : so the only problem is : the small "info note" stay on the left of my div. the goal is ...

Share on Facebook shows incorrect image link

I am using Share on Facebook button with www.facebook.com/sharer.php?etc URI. However, I have some problems. Here's what I want to do. My site is kind of like a blog in which each blog has a lot of photos So when people click on Share on Facebook button, I want the users to be able to choose which photo to use as Facebook thumbnail. I'...

How to integrate twitter,facebook into iPhone app ?

I want to put facebook,twitter,flickr into my iPhone app, so that users can easily login in and post message from my app easily. Put the question here is to get some clues or existing works for this purpose. After searching, I get some related works here http://code.google.com/p/iphone-facebook-twitter-connect-easy-integration-tool/ ...

facebook like: href url vs. canonical url

Hi Stackies, for tracking purposes, I want that the URL, which appears on the facebook stream after an "like-action", is slightly different from the URL the user actually liked. Example: I use <link rel="canonical" href="http://example.com/test.html"&gt; in my head section to tell facebook to which URL a like-action on this website re...

Saving Profile information in a Facebook App

I am making a facebook app in FBML. I want to know what all information can I store about the user permanently into my database? Also, can I have access to the user's email address of the user after logging into my application. ...

Character encoding problem from Facebook JSON to HTML via PHP

I'm getting a JSON encoded array from Facebook which contains: [{"message":"D\u011bkujeme Zuzana Boh\u00e1\u010dov\u00e1 za na\u0161i novou profilovou fotku :-)\nWe thank Zuzana Boh\u00e1\u010dov\u00e1 for our new profile picture :-)"}] When I decode the JSON and output the contents I get: DÄ›kujeme Zuzana BoháÄová za...