facebook

My IFRAME facebook app doesn't work in Opera and IE

It works nicely in FF and Chrome, but in Opera I get timeout error. The loading animation is going and going on but nothing appears. Could you please help me? My deadline comes tommorow :-( Pastebin entire source code: http://pastebin.com/yjFWwqPv ...

Facebook Like Buttons & Wordpress - creating like link instead of a like button

I saw this post about creating a link for facebook sharing. I would like to do this for the like button. I actually want to make it look exactly how it looks on facebook itself. Here's a previous post for the sharing function - I couldn't find any documentation for the like button itself. http://stackoverflow.com/questions/322197...

Best alternative to integrate flash app into facebook.

Hi. I have previous experience with AS3, but not so much in web development. now I want to install a game in facebook, but since im very uninformed, i'm having a bad time chossing the best option. I have three alternatives to integrate my flash app in facebook. Adobe actionscript API: Until now, I tried it and worked for me to log in ,...

Facebook signature validation, .NET code

it is September 2010 and I am trying to update Facebook connect integration on our website. I need to validate auth cookie that was set by Facebook code. I was following PHP sample from http://developers.facebook.com/docs/guides/web please check the C# code: public static Dictionary<string, string> ParseCookie(HttpCookie fbCookie)...

Post to multiple user profiles from a Facebook app

I am developing a web application that I want to integrate with both Twitter and Facebook. At a certain time, messages will automatically be published on every user's feed, for both their Twitter and Facebook accounts. I am currently working on the Facebook component. I know that in order to post to a user's feed on Facebook they must ...

Adding a Facebook comments box to my site. It works,but is my technique correct?

I wanted to add a simple comments box to my page, so I did this: Created new application Filled out ONLY 'Site URL' and 'Site Domain' (I overlooked canvas or any other options) Got my appID In my HTML file added the FB namespace included the FB JavaScript file executed fb.init() with my appID and I'm able to use fb:comments on my...

using Facebook iOS SDK 2, how do I like a page? - "Application must be on whitelist"

Hi there, How do I "like" a page using the new Facebook iOS SDK? (http://github.com/facebook/facebook-ios-sdk) I'm currently attempting to do it with: NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithObjectsAndKeys:[_facebook accessToken],@"access_token",nil]; [_facebook requestWithGraphPath:@"cocacola/likes" andParams...

Problem with Facebook integration component in Joomla.

Hi, I have a problem with a Facebook integration component in Joomla. Overall the component works great. but when an user accepts to the privacy settings in facebook, and want's to login to my website, the browser will show an blank page with only the text HOME on it. If i reload the website (after the settings have been accepted) com...

How can I make a simple popup auth to facebook for registration data? docs are incomplete/incomprehensive

I've ripped out most of my hair now trying to get a grip on the docs about authentication with the new graph API... What i want to do, and i can't find a single simple example on this: trigger a Facebook auth/allow pop-up from a link (with permissions) with no use of FBML that logs in, when the auth is done, instead of redirecting, i w...

How to make the textbox in the Facebook dialogue view bigger, and show App brief?

I can use the Facebook iPhone API to authorize and publish posts, but I want the textbox on the dialogue view bigger, to display more text, instead of only showing 2 lines, as the screenshot: Anybody know how to make this textbox bigger? Does it have to change the Facebook API code? If the textbox is supposed to be short as the ti...

How to stay in fullscreen mode after clicking on rel="external" links?

I'm building a mobile web app that allow user to login through Facebook using openauth. There are no pop-up but Facebook will force you to go their page and redirect you back to the uri that you stated. Therefore, there are no ajax loading of the facebook mobile login page. That's why i put rel="external" at the anchor. When I'm in the ...

Facebook Share problem for Non English Urls

Hi, We have an arabic website and we are trying to share a Url on face book. The Url looks like http://www.website.com/ar/شاهدى-عروض-الأزياء-العالمية-بعيون-عربية/موضة/story/75 The problem is that the facebook does not get thumbnails present on the above link. When we debugged this through fiddler, we found that the url that facebook i...

How to publish LIKE feature for Photo/Video using object_id we get from Photo/Album/Video table.

Hi, How to publish LIKE feature for Photo/Video using object_id we get from Photo/Album/Video table. Comments.add has object_id, through which we can publish comments on any photo/album/Video. but how to LIKE the same. Thanks in Advance :-) ...

Facebook for iPhone, background wall post

Hi, I am implementing the Facebook iOS SDK into my app... and find no problems with that. BUT, what I can't find to figure out is how to send basic wall post to my facebook app wall. What I want to do is whenever a user searches for something, the app sends a wall-post with the following text "@someUser just searched for someSearchQuer...

Facebook PHP Api cUrl auto post to page's wall (not profile wall)

I need to be able to post to the wall of my page, i have given offline_permissions and I got it to post to my profile wall but I need it to post to my pages wall. Anyone know how to do this, where does my code need changing? thanks <?php session_start(); $fb_page_id = 106502962712016; $fb_access_token = '121247121254761|588e45312b074a...

Facebook Application "Like"

Is there a method to obtain, via facebook; a list of all users who liked "your" (or a specific application by id) application? via andy of the available methods, e.g. FQL etc. ...

How to detect if my site is in Facebook iframe or standalone site

I want to programatically detect if my site is within the Facebook iFrame app so I can display certain features specifically for Facebook. Otherwise if someone goes site without Facebook. Preferably an FBML, C# or JS solution would be great :) Thx! ...

facebook comment plugin: remove like button

The FB: comment plugin comes with both a like button and comment box. Does anyone out there know how to remove the like button from the facebook comment plugin? ...

Facebook access token issue in JS implementation

I am new to FB apps and trying to get the accessToken for my website using JS. I have followed the steps given on the API docs, but I keep getting an "error": { "type": "OAuthException", "message": "Error validating application." } I know that theres some issue with my implementation. Can someone please help me out. If...

Facebook Graph API Question: How can i get permanent permission/access token to display a public photo album on a webpage?

I know it's possible to display public images once I have the access token, but how do I go about getting it? I found the facebook dev docs to be kind've confusing when it comes to extended permissions. Do i need to somehow register the image gallery/portfolio as an app and have the facebook user who's gallery it is allow it? Thanks f...