Hello,
how can i get a list of my friends friends in Facebook using any Facebook API?
I've seen this working on some Facebook apps - like the Marketplace app that allows to search for ads from my friends and their friends.
How do they do it?
However, I'm getting stuck with FQL here:
"SELECT uid2 FROM friend WHERE uid1 in ( select ui...
Hello guys,
I'm using the old Rest API (and old Javascript SDK) to develop an iframe application inside facebook.
However I would like to have the wall posts (calling stream.Publish) to include new lines and having people's names with links to their profiles. However every time I include html content, FB strips it.. but I know it can be...
When you posting a link on facebook they retrieve an image from that link's page and an overview of that page's content. Any ideas on how to have this kind of functionality?
Thanks in advance.
...
I have used fb:like with og meta tags set. it works properly in all browsers except IE. In IE i am when i click on Like button it does not displays "share your comment box" popup on hover. but in all browser it does.
here is my code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-...
Hai
I Created fan page. I want users to upload videos to my fan page and to display it in my fan page.
And i want to track all the user profile.
Is there any API avaliable?
Can any one give me the reference?
...
Hi, I am developing an FB appln in iFrame mode with coding in xFBML. What is the code to navigate to an external link?
...
Hello.
I just created a Facebook application and it can be found here:
http://apps.facebook.com/tufuturo-ecoflora/
The deal is that when a Facebook user adds the application to it's profile and allows it it shows like inside an iframe with a gray or black fade that seems to be weird. Don't know why!!!!
Can you replicate this behaviou...
Our client is wanting to have their application actually create new pages on behalf of a user. I've found a couple of workarounds for posting items to pages that already exist, but nothing for creating new pages (although the documentation on Facebook pages is pretty sparse). Any suggestions?
...
I am using the facebook iphone api and trying to use facebook.stream.publish to send a post from my app. I would like to put two urls/links in the post but can't figure out how. Aside from the href property that accompanies the header, I tried using additional properties to add an additional link. This works fine when viewed from a we...
Can any one suggest me a open source library for
1)By which i can write on facebook wall of my friends?
2)By which i can send emails to the contacts in my fiends list of
MSN
2yahoo
3gmail
4 etc
...
I am trying to post a same message to multiple friends using stream.publish.. I am sending friends ids as a comma separated list to the parameter target_id.. but it seems not working and the publising is happening only in the first friends wall..
Is it a normal behavior and should I call stream.publish for each friend?
...
My fan page tab is an Asp.Net page and am not receiving any of the tabbed profile params such as fb_sig_user, fb_sig_profile_user from Facebook.. http://wiki.developers.facebook.com/index.php/Tabbed_Profile
before I did one php tab and my tab received all the params..
My page has the following code and I added it to a fan page as a tab...
I managed to build a basic IFrame application, using the Graph API. I wanted to be able to load this application via Fans Pages' tabs - Only to realize Facebook doesn't like the idea of using iframes under said tabs. (I know of a workaround, which is not acceptable...)
So I gather I should start over doing it a Static FBML Application, ...
^ or whats the best auth class for codeigniter?
...
It happens even with the sample projects from the github. The first time it worked fine in updating my status, but the second time debugger always shows an error_code = 1, and error_msg = "An unknown error occured". Yes I clicked the "Get Permission" button first.
And this is the sample project. Posting stories worked fine, although the...
I've been working on a Facebook app and the only thing that's still bogging me down is the friend requests.
When I use the fb:multi-friend-selector code, the confirmation pop-up gets cut off by the iframe on the right hand side. The app is an iframe-based canvas app.
Any ideas?
...
I configured facebook connect on my app (localhost) and everything works fine. I can log in / logout. The only thing I was not able to do is move the file xd_receiver.htm in a subfolder. Everything works when it's at the root, but if I try to move it in, lets say, the facebook_connect subfolder, I get this error :
The Facebook Connect c...
Hello!
I have a Facebook application that has a picture gallery. It's build in Flex 4.
I want to allow users to link to a specific image.
How can that be done?
The only way I see this being done is adding a GET var like &my_picture=asd.jpg in the Facebook page URL, but I don't know how to read that from the iFrame.
...
I need to know when a users's profile was created. Is this possible through fql?
THANKS!
...
Hey guys
I'm running into this simple issue but not able to find any docs for this.
I was using the following facebook login button which was displaying a long/large facebook login button and this works perfectly fine
<fb:login-button length="long" size="large" perms="publish_stream,offline_access,email,user_events,rsvp_event,user_abo...