I tried different way but it looks that I have to be the fan of the page in order to get the page list even I am the admin and I can post message inside facebook.
I had tried
http://wiki.developers.facebook.com/index.php/Stream.get
and
wiki.developers.facebook.com/index.php/Pages.getInfo
...
I'm trying to add the facebook connect feature to my site, I decided to use django socialregistration.All are setup including pyfacebook, here is my source code.
settings.py
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.midd...
I am trying to add "Become-a-Fan" button to my 2008 asp.net website (vb)
Here is an example i have followed http://www.docstoc.com/docs/9646635/Add-a-Facebook-Fan-Button-to-your-Website/
posted this following script to my website:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/connect.php/en_US"></scri...
I am trying to integrate FB connect into our user profile screen. Although, I'm having an issue with FB.ApiClient.revokeAuthorization.
http://pastie.org/921942
The basic problem is that I revoke the auth at line 44 after the user clicks the disconnect button.
After that, all subsequent API calls don't have a valid session to even che...
I have an app that is used on a page as a tab. All works fine, but I want to check if the user is a fan of the page or not. If the user is a fan, display content, otherwise inform the user that content is limited until they become a fan.
I used to use Static FBML and fb:visible-to-connection , but that does not seem to work in apps that...
i'm able to successfully integrate facebook into my iphone application.
but just before publishing, it will show a dialog which is an instance of "FBStreamDialog".
I'm only setting "userMessagePrompt" which is "Share the app with Facebook and follow the link to obtain the app" and "attachment" with "Share the app".
When the app is run a...
Continue from this question. I'm getting this error when running the application
Caught an exception while rendering: Tried xd_receiver in module myfirstapp.fbapp.views. Error was: 'module' object has no attribute 'xd_receiver'
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/j...
Hi all,
I found this article http://wiki.developers.facebook.com/index.php/Talk:Dashboard_API
but for the love of me, I cannot understand how to use javascript in order to call the dashboard api. Does anyone know if it's possible?
...
I'm sure it has already been asked. It's just that every couple of months, facebook changes their APIs and the question becomes new...
What is the current way?
(I got the user to accept the extended permission thingy).
The FB help, claims I have to use getInfo().contact_email which doesn't exist in the .net toolkit.
...
It seems that facebook caches fanpage , I am developing FBML application that is displayed in the fan page as a landing tab. But it is just frustrating, anyone has a solution how to clear or prevent facebook fanpage cache or any other way to work with fanpage/application development
?
...
I'm currently developing a Facebook App for an Application Tab with another developer (CodeIgniter Framework).
It's not possible to use localhost for Application Tabs. So we're using subversion for updating our stuff on our server to test the app in facebook. Quite often we have conflicts in our files, because we're editing the same pa...
We use Facebook Connect on our site in conjunction with the WWW::Facebook::API CPAN module to publish to our users newsfeed when requested by the user.
So far we've been able to successfully update the user's status using the following code:
use WWW::Facebook::API;
my $facebook = WWW::Facebook::API->new(
desktop => 0,
api_key =...
Hi, I am trying to publish to a users stream when they click a share button in my flash app that i have living in a tab on a fan fan.
I basically have my swf embedded on a page that has a java script function that calls the facebook share dialogue.
Here is what i got so far:
// flash embedd
<fb:fbjs-bridge/>
// share function
<sc...
Is it possible to get event info from Facebook so the following is true:
Add events that are not just your own events (i.e. search for general events and not just grab the events you have set as attended by your user)
Specify criteria (e.g. get all events for one specific city)
If this is possible, what should one use? where do you s...
Can some one please tell me what is wrong with below code? After I login it doesn't do anything: neither reloading the page nor setting the login FB cookies.
It's simple code but I'm not sure what I'm doing wrong.
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"></sc...
Been searching the FB documentation to find an answer for this, but have been unsuccessful.
Is an application able to appear as a tab on a page/profile, and also in the sidebar of that same page/profile?
So the tab would show the full application details, but the sidebar would give a small breakdown.
Is this possible?
Thanks!
...
Apparently Facebook Share doesn't pick up the title / description meta tags that are changed (via JavaScript) after the page load. It basically use the meta tags that are available upon load.
This is a simple example.
The link will change the title / description meta tags upon click. You can confirm that using Firebug.
Click the f|Sha...
Hello,
So I simply want to add my current facebook status to my personal website. I have been looking at tutorials and other posts about fb and fb connect, but I am still confused.
Is there anyway to do this with simple REST calls? Like twitter or flickr?
From what I understand I dont need FB connect because I am just getting my own ...
hi,
I am in the conversion process of facebook app from fbml to iframe.
Now i am testing using few iframe pages.
$user = $facebook->require_login();
It gives the current user logged in. Once it get the variable from the facebook.com it saves in cookie by the PHP API provided by facebook).
I logged out using another tab of facebook...
hi,
I devloped a facebook app with fbml canvas.
Sometimes for me it loads a blank page (say 1/10 time). For a user in another location is always loads with blank page.
Is it the problem with facebook or my hosting.
Please help me out to resolve this problem.
Thanks in advance.
...