I'm trying to load profile images (friend images) from Facebook with AS3 but I seem to be running into a security issue.
I'm currently using the "official" Adobe Facebook API for Actionscript 3 which works fine. However, I seem to be having trouble loading profile images when running my application in a browser. The images load fine whe...
Hi all,
I am trying to have an iphone application using Graph API where in a user can get his/her facebook wall updates.(Something similar to functionality of Home Tab on Facebook).
I have gone through this tutorial of Graph API for iphone
http://github.com/reallylongaddress/iPhone-Facebook-Graph-API
Here the problem we are facing is...
I have a facebook app that I have written in PHP/MYSQL and FBJS/AJAX. The app is Rails Across Europe, which may be found at http://apps.facebook.com/rails_across_europe (please note that it does require access to your FB data). If you would like to view a screencast of the app's operation, you may do so at http://screenr.com/TZR and http...
I would like to access the insights of a Facebook page via the API. It is very well possible to obtain the insights of a Facebook app via the graph API, but I cannot find something similar for Facebook pages. Am I missing something?
Specifically, I am looking for stats such as total users, active users, posts, etc, preferrably over time...
Hello,
Im a bit curious about this Facebook's useful functionality. When I paste a URL on the 'What's on your mind?' box, it almost perfectly gets the body of the article. How does Facebook do this?
Thanks!
...
In my django application I have different content across the site. Now I would like to add "Share this to... (Facebook,Twitter,Buzz)" link on each page. But instead of redirecting to a social app page I would like to open popup with (if needed) logging/adding possibility. How to get started ? What steps/operations I need to perform and w...
I'm using AMFPHP, and wrote a small function in php to post in facebook whenever it's called:
function postear($pregunta,$winoption,$loseoption) {
require_once("../../facebook.php");
Facebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false;
$facebook = new Facebook(array(
'appId' => 'xxxxxxxxxxxxx',
'secret' =>...
I'm using the Facebook like button, and while my like'd URL shows up correctly on the site and is clickable, the site URL after the 'on' isn't clickable.
Example on Facebook: (bold is clickable)
Philip likes Fun & Fresh: Cafe Gitane on www.example.com. · Comment · Like
However, the 'example.com' is supposed to be clickable as well...
Hi all,
I understand that the Twitter API documentation is fairly substantial, but I was wondering if there is simple way to access Twitter API which is similar to Facebook's API?
For instance, we can access facebook's APi as follows:
https://graph.facebook.com/btaylor?access_token=dfjsmdjfsmjfsmljfd
Notice the parameter access_tok...
From this forum entry it appears that fb:chat-invite is not a valid xfbml
tag, so to use it one needs to use serverfbml. However testing out
<fb:serverfbml>
<script type="text/fbml">
<fb:date t="1216170865" format="long_numeric" /> hello again
</script>
</fb:serverfbml>
results in
<fb:serverfbml> requires the "fbml" attribute...
I am currently using this recently written tutorial on authorizing an application with facebook using auth 2.0 and it works. the application authorizes correctly and uses the GraphAPI.
http://kartiklad.com/oauth-2-0-and-graph-api-for-facebook-canvas-applications/
But the problem is using the IFrame with a multi page website and this me...
I've not found a way to create a FB page through the FB JS API in FB docs or Google, somebody knows how to create a new page (a business, artist, etc.) hrough the FB JS API?
Thanks in advance
...
I want to build a location based app, so naturally I am going to write my app using an existing API. But I am not sure what the pros/cons of developing on top of Foursquare (or Gowalla) vs Facebook Places.
Note: this is not intended as a political debate "which service is cooler/better/sexier/whatever" but a true concern as to the pros...
I want to embed a store locator in Facebook the way footlocker does.
Is it possible to just make a facebook app that serves my stand-alone store-locator page without having to re-write my store-locator page for facebook?
Any good guides/how-tos for serving a stand-alone page through a facebook app like this?
...
In my website I have a small gallery with about 100 images only. It would be cool if facebook users could "like" an image so that this appears on their wall and all their friends see the image. I'm not sure if this is possible with facebook. Maybe someone knows?
...
Either my google searching has completely left me or there's hardly any documentation/tutorials for django-socialregistration. Too bad, because it seems like a nice enough app. Through some trial-and-error, I have managed to get it mostly running on my site.
My question, using django-socialregistration how do I request permission for t...
Referring to this document, I must implement this strange tag to my website in order to add a like-button for it.
<meta property="fb:admins" content="USER_ID"/>
USER_ID is supposed to be replaced by my actual user id at facebook. How do I safely obtain the correct user id?
...
Hi all. I'm having troubles when I want show a JSON response. I extract correctly the strings but when there is characters like 'á' or '¿' instead of these ones appears 'Ãi' or '¿'. I think that the response comes in non-UTF8 enconding, but I cannot find how to convert it.
EDIT: I'm trying to do a GET request to this URL: https://gra...
I've finally managed to add an Like button to my website, using the OpenGraph protocol and that FBXML thing, similar to this:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://mywebsiteURL.com" layout="button_count" colorscheme="dark"></fb:like>
In my iPhone app there's an UIWebV...
How far back in time can query my stream using FQL (Facebook Query Language)? Is it possible to trace all the way back to my first post on Facebook?
...