I'm using the Facebook Connect for iPhone SDK at http://github.com/facebook/facebook-iphone-sdk/ and am trying to get the provided demo "Connect" app to work using a Session Proxy.
The iPhone shows the connect dialogue and gives my server a valid auth token which I pass to facebook. Facebook responds with a valid session key and session...
I want to create/show an activity stream of everything that has been published/commented on behalf of my application. My question is, do I need to "farm" any "post" id's or am I able to call upon everything posted into the stream via my application from it's id in a FQL statement?
Thanks in advance!
...
I'm trying to authenticate users via Facebook Connect using a custom Javascript button:
<form>
<input type="button" value="Connect with Facebook" onclick="window.open('http://www.facebook.com/login.php?api_key=XXXXX&extern=1&fbconnect=1&req_perms=publish_stream,email&return_session=0&v=1.0&next=http%3A%2F%2Fwww.e...
Added the for the facebook badge to the site and now it's thrown my placement for the footer off .. it's working fine in Chrome, but IE, FFox and Opera all experiencing problems...
Here is a screenshot:
The footer (brown bar) is supposed to be at the bottom...
Here is the CSS :
/* footer */
#footer{
background:url(../imag...
Is it possible to change the color of text in a Facebook like button? Besides selecting a different color scheme, I don't see a way to adjust the font...
...
Facebook gurus,
I have been implementing the Facebook Like button for a number of clients lately. To enable the Like Button, the following script has to be run:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '<?php echo Mage::helper("evlike")->getLikeConfig("ev_facebook_app_id") ?>',
...
Trying to get Facebook to authenticate my users via a javascript popup. Right now, I have:
<input type="button" value="Connect with Facebook" onclick="window.open('https://graph.facebook.com/oauth/authorize?client_id=XXXXXXXXXXX&redirect_uri=http://example.com/step2&display=popup')" />
But when the user logs in via Facebook,...
Is there any good way to display rtl based languages (in this case Hebrew) in facbook?
As soon as I include a page in rtl formating facebook it gives displays it ltr and usually aligned right.
What definetly works is when I use dir="rtl" in the code.
But then the fbml tag come out the other way round.
And when I try to publish a stream i...
I have a Canvas Facebook app embedded via an iframe. I would like to include a feedback link which would encourage the user to leave a comment that would be added to the Application wall - this comment would open like a standard FB modal window. Is there anyway to post to to the Application Wall directly via JS? Everything I have found s...
Hi all,
I've done a few searches and couldn't find an answer.
I'm trying to update the status of my business's "Application Page" (not personal page, and not "Fan Page") on Facebook.
Two questions for the community:
1) How to update the "Application Page" status programmatically?
I found the answer for a "Fan Page" here (http://sta...
Hello All,
I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch and write some data pretty easily.
Something I'm struggling to find decent documentation on is uploading images to an album.
According to http://developers.facebook.com/docs/api#publishing you need to supply the message argument. But I'm n...
i am using facebook connect with new platform in my asp.net web site which is in 2.0. i want to get user email and name. how i can do that. Regards.
...
I am goign to start mucking around with a facebook app.
You are spposed to be able to test code here http://developers.facebook.com/tools.php but that url is a 404. Does anyone know if the Test Console still exists?
...
Hi,
I am trying to implement Facebook Connect on a website. I am trying to work with Javascript SDK of Facebok. I am new to it and unfortunately most of links provided in Facebook WIKI are out of date... Returning 404 not found. Anyway I added this code before the ending </body>:
<script src="http://static.ak.fbcdn.net/connect.php/js/F...
I am following the steps to do the authorization as described here, but I am not redirected to my callback url.
I get the following five steps after calling the first one:
https://graph.facebook.com/oauth/authorize?display=touch&client_id=...&redirect_uri=...
https://www.facebook.com/connect/uiserver.php?display=touch&c...
The fb:live-stream tag won't work in Chrome when I add it to my facebook application. It works fine in Firefox.
<div class="content">
<fb:live-stream event_app_id="1234" width="519" height="625"/>
</div>
Anyone already had this problem?
...
Is it possible to install facebook application on Users profile, I know that user can do it easily, but can we do it through the code?
...
I wonder, why facebook.com (hypem.com, etc.) choose a hash sign after domain to path other files. like http://www.facebook.com/#!/reqs.php#event (#!/reqs.php).
What is the reason, and they map them with javascript?
...
Do I need a infinite key with fbml facebook app that resides on fanpage?
I am asking user to select user and posting it(facebook posts) to my server. On my server I want to get user_id and selected friends Id. Everything is fine with selected friend_ids, but have issues with getting id of a user. sometimes I can get it all fine, sometim...
Im looking without any success away to execute fql query with the new Graph api
does any body knows how can i do this?
found the Answer in this excellent example :
http://code.google.com/p/facebook-cpp-graph-api/
...