Hello,
I have a kind of funny and weird requirement this time. I have my account on Facebook and as you all know it is very popular for playing games. One of the applications that i came across was Click game in which a person has to click as many times as he can in span of 10 seconds. Well, one friend said he created some .Net code in ...
in my facebook account where i find these application id , secret key all
...
Hi,
I am developing a Facebook iFrame application for an existing site. I load the web page using the <iframe> code. I also have a tab section, with tab-items Home, InviteFriends etc. But there is a lot of empty space between the tabs and the loaded web page.
This is my index.php file
<?php
require_once 'appinclude.php';
$user_id...
Hi i'm begginner in android, devolping apllication in android to connect facebook and upload photo by using android facebook sdk but when i login i'm getting allow perimsion window when i click allow its not giving any action what is the problem please help me.
Thanks,
San
...
I have an application that will accept both Facebook and Yahoo registrations as well as normal registration (providing username, email, password).
I'm confused on the Facebook and Yahoo side of the registration. The scenario is, upon clicking the Facebook/Yahoo registration links, users will be redirected to the provider's site for logi...
Hi All,
Quick question. How can I get the Facebook ids of the current logged in user’s second degree friends or friends-of-friends?
Sample sites that do the same behavior are the ff:
vark.com
thread.com
...
Hello everyone I am trying to get my friends 's likes on FB using FQL
'SELECT name,type FROM page WHERE page_id IN (SELECT target_id FROM connection WHERE source_id=%i and target_type="Page") AND type!="APPLICATION"'%(friend.fb_uid))
The query works as expected when I am asking for my own likes but return nothing for my friends. I ha...
I am developing a Facebook application. It must notify random people on Facebook about a certain event that happens related to them. I mean random people - not just those who installed the app, that's a key point.
Yeah I know it sounds like a spammy annoying application, but I swear, it's not that kind that everyone hates. :)
Is there ...
Hello,
I am using official android facebook SDK (downloaded from here: http://github.com/facebook/facebook-android-sdk).
When the program reaches the line Facebook facebook = new Facebook(); i get
"java.lang.NoClassDefFoundError: com.facebook.android.Facebook".
I created a facebook project from sources downloaded and in my project I ...
I would like to upload a photo to facebook for a user in the default album for an application. This is described under publishing here:
http://developers.facebook.com/docs/reference/api/photo
The method has been answered here: http://stackoverflow.com/questions/2964410/how-can-i-upload-photos-to-album-using-facebook-graph-api. I am usin...
Since I posted this question, this issue has resolved itself. There must have been a glitch on Facebook or my dev server. Anyway, thanks to those of you who tried to help.
I have a Facebook app that runs on two servers: a live server and a dev server.
I was making some changes on dev and testing them when FBJS failed with an error (un...
Is there some way to embed Javascript or php code in static FBML on facebook?
...
Hey Guys
I recently upgraded to open graph and implemented some of the facebook social plugins on my website like fb:friendpile fb:like-box etc
Ever since I implemented these new features, I'm seeing some random behavior with these plugins.
Like on my home page, when you type in the URL and go for the first time, none of the faceboo...
Is there a way to get the top likes of a particular section of a site? For example, I want to get all top x likes of example.com/directory. I'm not particular about which method (Graph, FQL, etc), I just want to find the best method.
...
How to link CSS in facebook app canvas
<link rel="stylesheet" type="text/css" href="http://mshan.mclabz.com/malshan/style.css"/>
I linked like this but it doesnt working properly but this worked in my previous one but now its not working give me a option to solve this problem
...
Does anyone know how this page is displaying the Wall? See bottom of tab. http://www.facebook.com/pages/Friedlich-Chiller/216826602036?v=app_178091127385#next
Looks like a plugin, but I can't find in the documentation anywhere.
...
We currently have an iframe-based Facebook canvas application in the works. The canvas portion is working fine and doesn't really touch the Facebook API at all, since we don't really need any permissions from users in terms of accessing their social graph; the data we're using comes entirely from outside of Facebook.
What we would like...
Hi,
I put the facebook "like this" widget on my pages and i have a problem:
My url is dynamically constructed with this method:
protected String getCurrentUrl()
{
return Server.HtmlEncode(Request.Url.AbsoluteUri);
}
so the facebook iframe is:
<iframe src="http://www.facebook.com/plugins/like.php?href=<%= getCurrentUrl() %>&a...
I started developing a Facebook app using the new Graph API.
I want to check if I have certain permissions, (say publish_stream for example) for a certain user. I know that the old REST API had users.hasAppPermission, but I don't see anything parallel to that in the new Graph API.
How can I do this?
...
I have canvas facebook application that works great in all other browsers except IE6.
The problem is in the Menu Links. The links are "index.php" , "index2.php" and etc.
But in IE 6 the browser is Redirecting to the host Canvas Callback URL.
Is there any fix for this problem.
Thanks....
...