facebook

Uploading Photos without album-id using facebook-graph-api

When I use the facebook Graph API to upload a photo it seems as if I have to specify which photo album to upload to. When using the old graph api, if I didn't specify an album, an album specify to my application would be created on the user's behalf and the photo would upload to there. (ie. 'Super App Photos'). Can I get this same beh...

Facebook IFrame Application issues for certain users

We have a strange issue with running an Facebook IFrame application (using MVC 2). When I run my app and log into Facebook, I get to the application just fine. But when my coworker does it, she gets the following error: API Error Code: 100 API Error Description: Invalid parameter Error Message: Requires valid next URL. Typically thi...

place the picture on facebook wall

Hi all How can I place the picture on facebook wall via API?? Thank`s ...

Erlang Facebook Example

Does anyone know of an example facebook app (or facebook connect app) done in Erlang? I'm looking for something that includes the whole process. Specifically I don't seem to find anything on user authentication. I've checked out erlang_facebook, erlang2facebook and erlyface but none of them seem to offer a simple and comprehensive examp...

how create a facebook Badge of group for my website, not page or profile badge

how create a facebook Badge of group for my website, not page or profile badge like this http://www.facebook.com/facebook-widgets/ but for group Thanks ...

How to query the like count of a facebook object such as a album or photo via fql?

Hi, Here is a tricky question, how do you get the like count of a facebook object such as an album or a photo? I know that facebook has a fql table called link_stat that allow you to get the like count for an external url, but it does not seem to work if the object is within facebook. If you access the likes via the opengraph api on a pa...

Iphone - cannot grant permission for publishing on a Facebook page that i administer

I want to open a dialog on the IPhone so a user can grant my application permission to post on a Facebook page that the user administers. Following the docs, I can grant permissions for the user's stream and I can even post on a page that he is a fan of. However, the post on the page is listed as from the username, not on behalf of the ...

Facebook Social Plugin comment count

I'm using facebook connect and facebook social plugin comment ( ). I want to get comment count from current page. How to write it ? Need to use FQL ? If fql, SELECT count(*) FROM comments WHERE xid= ? what xid should I add? How to get xid from current address ? ...

IE7/IE8 Facebook connect : access denied

Hi friends, I am developing project in GWT, in which I am using a facebook connect functionality so user can login using facebook Id. Its working fine on all other browsers(FF, Safari, or Chrome) except IE7/8. I searched on net, I think its a cross domain issue. But don't know how to solve this. Following is the error I am getting in I...

flickr photosets for facebook pages

For a facebook fan page, I'm trying to find a facebook app to pull my flickr photos into either the facebook photos app or an app on facebook. I've tried myflickr but it seems to do only searches, not photosets in an album sort of way. Flickr Tab seems like a good fit but there is a fee to it, I don't think I can try it out before purch...

How to write specific application for facebook?

Hi there! Please help me with documentation to write specific application for Facebook. Need to know, what language to choose? is specific facebook API? is documentation for API? is site with samples catalogue? need to know all related info. Some words about app, it would be app, which compare users interests. Thanks in advance. ...

connect face book in iphone

hi all, I am new to face book connect. So can any one tell me how to add face book with our applications?? thanks in advance ...

AMF call vs Javascript call to facebook

Hi, I have a flash application which would be on Facebook . I was wondering currently I have two options in front of me either make javascript calls which will make AJAX calls and return the data to flash or make direct AMFPHP calls and get data into flash. Which would be more faster? more importantly a better approach? ...

is there a way to create a FB app for a single page?

I want to create a FB app for a client's Facebook Page. How do I do this without allowing other pages accessing it as well? Obviously I can do an ID check in my code, but I presume there's a 'proper' way of denying access to all and sundry? ...

Facebook graph api photo upload to a fan page album

Hi guys, I have gotten the photo upload function to work with this code, <?php include_once 'facebook-php-sdk/src/facebook.php'; include_once 'config.php';//this file contains the secret key and app id etc... $facebook = new Facebook(array( 'appId' => FACEBOOK_APP_ID, 'secret' => FACEBOOK_SECRET_KEY, 'cookie' => true, ...

For Facebook Apps, how to call the parent window in the iframe?

So, in facebook, I cannot call myFrame.window to get the iframe parent window. How can I do it? What I'm trying archieve is: I have a popup (div) that will load a iframe. And then in the iframe will have a button. Once people click the button inside the iframe, I want to close the popup(div). Normally, I need to get the parent window....

fb:comments does not showing Log out link

fb.comments does not showing Log out link here is my code < fb:comments xid="mahfuz" canpost="true" candelete="false" > < /fb:comments> here is JS SDK code <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({appId: 'my app id', status: true, cookie: true, xfbml: tru...

Facebook fb:fan - limit the number of posts it shows

I have incorporated the fb:fan control onto my web page. The problem I have now, is I only want to show the latest post from the wall. Currently it shows me all of them. Is there a simple way to restrict this to the last comment? ...

facebook oauth secure?

I have been implementing the 'login through facebook' button on my e-commerce site by using the javascript sdk and the example here: http://developers.facebook.com/docs/authentication/ . However, i have noticed that the cookie created by the sdk can be transmitted through http (as opposed to https) and I am pretty sure this is not the s...

Facebook LikeBox IFrame over SSL

the iframe version of likebox is by default over http. the developer wiki on facebook says on Using the Like Box with SSL I should load the FacebookConnect script over https , I don't what the FacebookConnect script only the iframe. I found that calling https://www.facebook.com/plugins/likebox.php?#ALLMYPARAMETERS# works and doesn't...