facebook

Tagging a user in a wall post/update using Facebook API

I'm using stream.publish to write to the user's wall and attempted to get "@ tagging" to work but with no avail. If the user's name is Fred and his uid is 1234, I tried sending over "@Fred", "@1234", "@[1234]", "@[Fred]", etc. and couldn't get it to work. The raw string would display every time. Can someone confirm if this is possible ...

Request for permission doesn't work !!

I have added this code on the top of my PHP script: <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"&gt;&lt;/script&gt; <script> FB.init({appId: 'myAppId', status: true, cookie: true, xfbml: true}); FB.login(function(response) { if (response.session) { if (response.perms) { // user is logged...

iphone facebook session failing. why?

I'm learning how to integrate facebook api in iphone app. First I visited facebook website, went to applications->developer and created an app. Noted down private key and secret key. Now, I'm using FBConnect sample code. I am using my keys in FBConnect app. And I set session proxy as static NSString* kGetSessionProxy = @"SessionViewCon...

Sharing a link and or uploading a photo on facebook using actionscript

Hi Developing a flash based image editing application and I want to be able to share and or save edited images to facebook. Do I need to get a API Key to upload photos? What if I simply want to share a link with my friends? Do I still need an API key? Can someone point me to examples and or tutorials? ...

How to construct a permalink for objects returned by Facebook's new Graph API?

Hi, Facebook Graph API allows getting Facebook objects like posts, videos etc in JSON from. Here is an example of a post: (taken from the documentation): { "id": "719323658_129694190395214", "from": { "name": "Rabia Yalcinkaya", "id": "719323658" }, "message": "COK MUHTESEM!!!...

jQuery/iframe not working in Chrome

I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&amp;v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which use jquery. Everything works fine in all browsers except for Chrome. Nothing shows up in Chrome from the iframes, just empty white backgro...

Why is my Facebook Connect button taking me to the wrong URL?

I'm trying to link my website with Facebook. If I call the method in the PHP SDK called getLoginUrl(), it returns the correct login URL. This URL contains a number of parameters, one of which is my API key and it is correct. This is the URL that my Connect button is supposed to take me to. However, when I actually click the Connect but...

Trying to upload video to facebook using FBConnect for iPhone

Hello- I am working on an app which will upload videos to a Facebook users wall, however I have not had much success. I present an extended permissions dialog window, and then use the face.video.upload method call. In the debugger, it seems like each parameter is set correctly, however the ext permission dialog never completely displays,...

What is 'a valid next URL' on Facebook?

Hi, I keep getting this error: "Requires valid next URL" while trying to redirect to that adress: http://www.facebook.com/authorize.php?api_key=API_CODE_HERE&amp;v=1.0&amp;ext_perm=read_stream&amp;next=http://apps.facebook.com/my-app-name/ I have also tried replacing 'http://apps.facebook.com/my-app-name/' with 'http://my-app.com' but ...

Fetching Facebook "likes" data from a user's profile using old rest api

Is it possible to fetch the "likes" data from a user's profile using the old rest api ? Specifically FB has launched this new "Likes" feature recently, where a user can Like a page, etc. This information is visible under the "interests and likes" section of the Info page of a user. I am looking for a way to fetch this information using ...

What is Facebook's database schema for messages like?

How does Facebook structure their data for messages. I have heard they use Cassandra for inbox search, but is this the only technology they use? ...

custom facebook like button

Does anyone know if there's a way to use a custom LIKE button and make calls to the facebook like api on the server side? Ideally I'd like to have my own LIKE button that calls my app and also calls out to FB like. For instance Pandora seems to do this with their "thumbs" up button. I know they were a launch partner so they may have spe...

Facebook graph API and post-remove callback with the new Graph SDKs (PHP)

I can't find any documentation in the new Facebook Graph/Authorization API documentation about how to handle post-remove callbacks from the Facebook server. With the REST API, this page described how to handle this. Any ideas on how to do this with the new PHP SDK? Do we need to do the signature verification ourselves? What's the equi...

get face book fan pages

i need to get the face book pages created by one user ...

facebook graph api results retrieving

Hi, When we use Graph api in Facebook the results come in the following format. IS there a convenient class built to retrieve them in iphone? JSON parser? { "type": "audiotrack" "name": "Without Me - Eminem", "metadata": { "trackinfo": { "title": "Without Me", "artist": "Eminem", ...

Facebooker and Rails3 with OpenGraph

Hi all, The facebook rest API is apparently deprecated and is going to disapear soon. This Api is replaced by the new OpenGraph Api. Right ? I'm looking for a way to replace Facebooker with a plugin able to handle the facebook open graph and working with Rails3. I looked over the web and i didn't found something interesting about thi...

authorization before adding facebook application

hello guys, i have a problem here, i m new to facebook application.. i have created facebook application iframe and with php, my problem is when a new person goes to the application canvas, it doesnt ask for authorization, i m tired of googgling, i want it like new user visits my applications canvas, it should ask for authorization that ...

Facebooker + Devise = "like_it" button : "b is undefined"

I'm using devise with the facebooker plugin. What is the best option to make a "like_it" button on my webpage without the iframe approach ? I have <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/Featu...

Android-upload photo to facebook in java

Hi i'm new to android i'm searching for load photo to facebook by authorization,getting access_token how to do this please give me a sample code in java.its urgent please help me. Thanks, Sanjana ...

Does anyone actually have the facebook graph insights api working today?

I went through all the oauth setup, authorized my app, got a token, but when I try to pull insights data for any page, the values are all zeros, see this thread others are having same problem: http://forum.developers.facebook.com/viewtopic.php?pid=239754#p239754 Im just wondering if its a code problem or a problem with facebook? If you...