facebook

Oauth Logout using facebook graph api

Hi, I just made a website where i'm authorizing the users using the oauth2.0 and graph api. I also want to user logout from my website and facebook site,when they click on the logout button. I'm unable to find a solution for this last 24 hours.My code is in asp.net. Thanks in Advacnce ...

What is this weird script I found on facebook?

Not so much a question to help my own programming, but I found this page on facebook with a cool illusion and a page that says "to see the real illusion, copy and paste this code into your address bar" and there is a script: DISCLAIMER: DO NOT RUN THE FOLLOWING CODE javascript:(function(){a='app129556453726651_fsDszN'; b='app1295564537...

Automated testing for Facebook SDK wrapper

Hi there! In my Facebook application, I have one Facebook wrapper class to encapsulates some call to Facebook API. I want to to write a unit test for this wrapper class, but since it depends on a so called "access token", which we should get from Facebook dynamically, I'm not sure if it's possible to write one. But apparently the Faceb...

Facebook Open Graph - Grab how many times a page has been liked?

I have a site that allows users to create a saying and then users "like" those sayings on Facebook. http://www.likeylikey.net/ I got a friend to throw up this simple code in less than 2 hours so it's basic. He knows little to nothing regarding the Open Graph API. Basically, I want to know how I can programmatically store how many tim...

Facebook Logout causes logout from my application

I have created simple javascript widget where login happens using Facebook Single Sign On. It logins the person whenever he is logged in to facebook (after authorization for the first time). However, it also logs out the user when Facebook logout happens. I want the person to not get logged out when the person logs out of Facebook? Sugg...

Problem referencing querystring using fb:req-choice

Hi all, I am building a small facebook application. I am using asp.net and currently working with the fb:req-choice control (tied along with fb:request-form and fb:multi-friend-selector). Problem is, that when I specify the redirect url for when the user clicks my invitation, instead of getting what I specified: http://apps.facebook.co...

Facebook Application Tab On Page Not Working

Hi, I have a working facebook fbml application tab on a page. It was working perfectly but today when i checked it was generating an error. Errors while loading page from application Parse errors: FBML Error (line 18): illegal tag "body" under "fb:tab-position" FBML Error (line 26): illegal tag "noscript" under "fb:tab-position" FBM...

How to check offline for Facebook permissions

Hey all, I have Facebook Toolkit for .NET and I am trying to check whether my application has permissions for a user. I have the userId of the user, and I am trying to do: _facebookAPI.Session.RequiredPermissions = listExtended; _facebookAPI.Session.SessionKey = Resources.FbApplicationKey; _facebookAPI....

how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message"); It's not working. I have the accesstoken of the user in my hand.only I am confused on sending process. kindly reply ...

Can I get facebook unique share count?

Hi, I can get the page's share (click) number in the link-stat table using FQL. What I want to know is the unique share number, in other words can I get the number of users who share (group by Uid) the page. Thanks in advance, Onder ...

How to create a Facebook-App style notifications custom table?

I want to add a custom table to my iPhone app, that should look and work like the one used in the facebook app showing the notifications. It should contain rows with links in it. The text should be black, while the tap-able parts should appear blue. As a already figured out, labels only have one font, color and so on and you can't mix s...

Facebook Graph API - publish Flash Attachment

Hi guys, I am struggling with the new graph api, trying to publis stream with flash attachment. However docs http://developers.facebook.com/docs/api says its only possible to post /PROFILE_ID/feed with arguments: message, picture, link, name, description , I have discovered that even other works (caption, ...) Now I would like to guess c...

Facebook Authentication only in Android and Blackberry?

Hi, I have a mobile application and will like to have the authentication implemented either through the Application itself or through Facebook username and password. For example, if I have username and password of Facebook then one can login into the Application. I don't want to integrate the facebook completely only the authenticatio...

Merge Twitter Outh and Facebook Connect Friends

Basically what I want to do is download all a users facebook and twitter friends and somehow find a way to figure out which entries represent the same person. I know it's possible because a lot of social search sites like spokeo achieve what I want and more, so does anyone know how they go about doing it or the best way to go about it? ...

FB.ui and setting popup size

I am using FB.ui with the display parameter set to popup. When the method is 'stream.publish', it autoresizes when the content is loaded. However, when using 'fbml.dialog' (in order to display a multi-friend selector) it shows a size that I'm not able to change (and the content is displayed cropped). I have tried with the following ap...

How to post a poll on the Facebook wall

Hi, I'm trying to convert my poll app into a Facebook iframe app. My app is written in PHP and uses some Ajax calls to vote at a poll. In the application canvas everything is working fine, but of course I want to get the poll on the wall of a user too. Unfortunately I'm not able to find out how I can post a simple poll with some radio bu...

"Share to facebook" button has problem showing thumbnails

hi all, I have added a "share to facebook" button in all my website's articles. Clicking this button would normally open a new window showing the facebook post's preview: the post's title, the post's description, and the ability to select one of the page's images, as a thumbnail to my facebook post. Without no reason, the past few da...

What are the pros and cons of using .Net to develop Facebook Apps?

Choice of programming language is an early decision which it is expensive to get wrong. Does anyone have any practical experience of developing for Facebook using .Net and MS vs LAMP? What are the pros and cons? ...

where I can find the facebook and twitter iphone toolbar icon

Hi,I am writing an iphone program which use facebook and twitter api.But I can't find any suitable icon to use as toolbar icon. The twitter icon should be a white "t" and the facebook icon should be a white "f",and they must like the responding official logos.thank in advance! ...

Facebook Like-Button - hide count?

In the setup dialog for the Like-Button, there are only two options for layout: Unfortunately, the numbers for the website of my employer is nowhere near 22'000, so the powers that be have decided that we should not show the number of "likes" until said number is a little more in our favour. As far as I know, I don't have access to...