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
...
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...
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 ,...
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)...
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 ...
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...
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...
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...
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...
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...
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 ...
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...
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 :-)
...
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...
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...
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.
...
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!
...
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?
...
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...
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...