facebook

How to get fan list of Facebook page or can overwrite facebook social plugin css?

Hi, We are trying it with facebook social plugin. The HTML code for it as follow: <iframe border='0' src='http://www.facebook.com/plugins/likebox.php?id=1185611481&amp;width=243&amp;height=400&amp;connections=15&amp;stream=false&amp;header=false' scrolling='yes' frameborder='0' allowTransparency='false' style='border:0px; overflow:...

Facebook Graph API: user gender

The old Facebook API provided the user sex/gender as part of the default user data. Apparently the new Graph API does not provide that information, even though the documentation says that it does. I've heard people say that you need to request special permissions to get it and other pieces of data, but I have not been successful in get...

Facebook / Offline Permission - Trying to perform an action on a set of offline users.

Hi there, We're building an app which in part of its functionality tries to capture the number of likes associated to a particular video owned by a user. Users of the app are asked for extended off-line access and we capture the key for each user: The format is like this: 2.hg2QQuYeftuHx1R84J1oGg__.XXXX.1272394800-nnnnnn Each user h...

External JS usage in FBML - Cannot access external script

Hi, I am trying to create a small facebook app and associate it to a fan page in a tab. I am trying to include an external javascript file in my page and call a method on a button click event. Below is a part of the code <script language="Javascript" src="http://mysite.com/fb.js"&gt;&lt;/script&gt; <input type="button" value="Click......

Getting facebook OAuth access_token through Python SDK does not seem to be working, any ideas?

According to http://github.com/facebook/python-sdk/blob/master/src/facebook.py , In my canvas application, i can do the following call to get my access_token, which will work because my user has used facebook to login: import facebook myDict = facebook.get_user_from_cookie(cookies, app_id, app_secret) # my access_token is myDict["acce...

Facebook iFrame app - How to use fbml/xfbml

Hi Guys, I'm trying to use xfbml within my facebook app (iframe) but it somehow doesn't show up. I copied this tag into one of the pages... <fb:share-button href="http://apps.facebook.com/example" type="box_count"></fb:share-button> ..but as i said it doesn't show up. Any idea how that works? Thanks in advance! ...

Facebook - How can i make API calls on behalf of a user??

Okay.. i got the offline access session key Can some please tell me how can i update my FB status using the offline access session key i have ? Looked in the Graph API and PHP SDK but nothing helps ...

Why is POST data lost in facebook iframe form post?

I have tried various methods to try to retrieve the POST data from the $_POST variable, but it is always empty when I post the form to the iframe in my facebook app. I have googled everything I could find and have tried the following methods. P3P headers, posting to the canvas url, posting to a direct url on my site with fb_sig* query ...

How to add Facebook 'Like' button on each article on a Joomla website?

Hi, I want to add Facebook's new 'Like' button on the articles on my Joomla website. When I tried, I could add the button for my website, but not for individual articles. How can I achieve the integration with an individual article. The end result should look something like Mashable.com where 'Like' button appears on each article. Thank...

How can I count my facebook application post views

Hi, I have a Facebook application with which my users can post and friends can view in their news feed. I would like to know how many people have seen, or maybe even interacted or "liked" the posts my users posted using my application. Does Facebook give such statistics? Is there any other way to know it? Thanks. ...

Facebook tag videos

Hi all I'm looking for some advice on if the following is possible 1) I know it's possible to upload videos via the facebook API, but is it also possible to tag users to those videos? It seems you can with photos, just not videos? 2) Is it possible to run an application on my facebook account which a visitor can give permissions to ac...

Publishing on facebook

Hi everyone, i want publish automatic content on my coporate facebook page. I´m all ready create an application and i upgrade my corporate page to a normal FB account ( i still administrate my corporate page ). The problem is that i can´t authorize my application using php to publish on my corporate facebook wall´s. im crazy! ( * so...

Facebook Like button and weird error

Im trying to implemet Facebook Like with OpenGraph and Im getting weird error: You must specify an URL as part of this widget or API. I added Open Graph protocol to meta tags, added < fb:like> tag with URL to that page, added JavaScript SDK init. Like appears, I click, and that error is shown. Does anyone knows what to do Thanks ...

Getting RPXNow and Facebook Open Graph to Play Nicely

A requirement to use the RPXNow is to set your Facebook application's connect url to http://mydomain.rpxnow.com. I was just trying to implement Facebook's Open Graph and I see that it tells you to set the Base Domain to the domain that will contain the app_id. However, Facebook does not allow these two domains to look different. When I...

What exactly does this piece of JavaScript do?

I saw this page growing in popularity among my social circles on Facebook, what 98 percent bla bla... and it walks users through copying the below JavaScript (I added some indentation to make it more readable) into their address bar. Looks dodgy to me, but I only have a very basic knowledge of JavaScript. Simply put, what does this do? ...

FB.Connect.streamPublish error?

Does anybody here know if Facebook is deprecating the existing JS api. The pubblishing pop-up just started showing up blank as of yesterday. It was working fine three days ago. I haven't changed my code. Thanks! Trying to learn information from Facebook itself is an exercise in futility. ...

revokeApplication Using Facebook's Graph API

I'm in the final stages of converting our site over to Graph API from the Rest API. The last piece I'm missing is the old "revokeApplication" call used for when a user chooses to "remove connection" from our site. Despite my desires to completely remove the Rest API, I thought I might just fire it up for this, but it requires a sessio...

facebook graph api don´t publish to news feed

hi, im trying to update my news feed on facebook. Im using the new graph api. I can connect to graph, but when i try to publish some content to the feed object, nothing happens. here´s my code: <?php $token = "xxxx"; $fields = "message=test&access_token=$token"; $c = curl_init("http://graph.facebook.com/me/feed"); curl_setopt($c,"...

Facebook Like Box not working

Hello. I'm trying to integrate a Like box in my website. It wasn't working, so I created a sample page (which also doesn't work). <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equi...

Facebook API email notification when a user post

I created a group on Facebook and I would like to know how I can send me an email when a user posts on the group wall. I searched on Facebook API, but I found nothing. ...