Hi Guys,
I have a ASP.NET web site which uses Facebook Connect for authentication - using the JavaScript API and the Facebook Connect FBML Button.
Here is the regular flow of events for a "Connect with Facebook" button click, when user isnt logged into Facebook.
Dialog is shown requesting user to login
Dialog requests permission from...
I got a problem while developing my first facebook api, I am using fb:tabs in my api.
But I got some problems.
<div>
<fb:serverfbml style="width: 650px;">
<script type="text/fbml">
<fb:fbml>
<fb:tabs>
<fb:tab-item href="http://apps.facebook.com/myapi/invite...
I am new to facebook development.
I am using PHP-FBML with Graph API.
Edited: Or can I use JQUERY with php-sdk(fbml, not iframe). If yes then how?
Please someone help me out.
...
because of this issue i cannot ask permission from user i want to publish a messgage to wall and news feed so how to do it using PHP
here is my code
$appapikey = "XXXXXXXXX";
$appsecret = "XXXXXXXXX";
$facebook = new Facebook($appapikey, $appsecret);
$user_id = $facebook->require_login("publish_stream,offline_access");
?>
...
Hi there,
i have a bunch of facebook post's,
Any ideas how to get the one with the most comments as fast as possible?
thanks for helping
...
Hi,
Anyway I can add a Facebook Like Button fb:like to a Fanpage using static FBML?
--
Regards.
Yehia
...