Hello,
I am curious if there is any article/ library / anything useful that is built for the newly announced Facebook Graph API. I am planning to use it for a Python/Django project.
Hi, I'm trying to figure out how to add a Fan button to a Facebook page (right next to the company name - I've seen this done on a few pages, see for example: http://bit.ly/briOvF ). I've added the FBML application though can't find a great deal of information on the code required for the actual button and then how to place the button on the page. Can anyone point me in the right direction?
Many thanks.
I'm using a custom pixel font on the iPad SDK, and I'm trying to find a way to disable font anti-aliasing for UIFont. Pixel fonts usually work best when they don't have Anti-aliasing. I disable it easily in Photoshop when I create static resources, but this time I need a dynamic output with the custom font.
Any ideas?
Thanks.
Now that I installed SDK 3.2 for my iPad development, I need to build with the previous version for my old iTouch. Is this possible to switch or do I have to uninstall 3.2, install 3.1.x and re-install 3.2 in a "versioned" folder?
After prompting the user for the login and submitting it's details, my application appears in the facebook lightbox instead of the browser window.
This is not the case when I remove the SWFAddress params (all the info after the hash in the URL bar).
Is it possible to tell the API to ignore the info after the hash or is there a way i can determine the redirect URL myself?
Any help would be greatly appreciated,
I have a fanpage which has a tab/facebook application, that renders some info from my server
in this application(tab) I want to have button that will open up a dialog box where I would like to refer to another application. Is it possible? and any suggestion concerning how to implement this would be appreciated
PS. the Application that I want to have inside the popup is going to ask to login first and if logged in show for for inviting friends
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...
Hi guys, I am creating a little flash game for the facebook platform, but I am finding it very difficult to get any decent documentation on the graph api, so if anyone has a decent resource for a beginner to go and learn the basics, I would appreciate it very much, as I am struggling to grasp the concept.
Thanx!
I can't seem to find how to do geo targeting (filtering a post based on the location of a user) on facebook using their API.
Does anyone already managed to do it?
This is how you can do it via their interface:
Hi,
strangely , lately when I'm trying to retrieve comments with the old facebook api I can get only the latest 50.
And I didnt see any paging option there.
And it doesnt matter if I use stream.getcomments or directly FQL .
The weird thing is that using the same fql with the new api gives me all the comments.
got a clue?
I just need a php based script for my website where in i have a textbox and a button and whatever i write into it gets posted into my facebooks wall ..
Also prior to this i will be logged into facebook
how do i code a facebook quote application taking its data from php/mysql page generating quotes randomely? i've already developed one, but it's using jquery which fbml doesn't support and since i'd like the profile tab i'd rather go for fbml instead of iframe.
anyone have any ideas on how to do this without jquery or using fbjs? thanks!
Hello,
When using the "Connect" facebook connect button, when I click it, it opens up a new popup window outside of the current window. This is quite annoying, how am I able to use the inline modal dialog that is found on most sites?
I've attached a sample site to see if you can make anything out of it.
http://bit.ly/c9Emi
Thank you.
Hello,
I am using FacebookConnect on the iPhone to integrate my app with Facebook.
Unfortunatly I've always "cookies required" when trying to login.
Are you also encountering this issue or do you know what may cause this issue?
Thanks in advance for your help :)
Regards,
Hi all,
I've built an iframe based facebook application. In my application I use http handler. I need to access information from the api.
What would be the best way to do so?
For some reason, facebook's safe_image.php script isn't generating thumbnails, properly. It's generating a 1x1 image... even though the correct image is linked in the script's parameters.
Example:
<img class="img" alt="" src="https://s-external.ak.fbcdn.net
/safe_image.php?d=AQBtrCt_Es_KsED0&w=90&h=90&url=http%3A%2F
%2Fwww.southlapatriots.info%2Fimages%2FScamra%2FJayCastilleCouncil2.jpg"
The linked image is correct, but it is still only generating a 1x1 image.
Hi,
I am developing a facebook application (FBML) and i want to ask for certain extended permissions for the first time a user comes to app. How to do that?
Note that I am not using new graph API for this app.
Hi
Does anyone know what's the replacement method for FB.CanvasClient.startTimerToSizeToContent() to resize iframe content in the new javascript SDK for Facebook?
Or maybe if there is an alternative technique for achieving the same effect?
Thanks
We have a social media "platform" - when we schedule photos to be published to Facebook, if a user schedules photos - they all go into the same album, as they schedule photos throughout the day - the photos become grouped and do not appear as a large photo - but rather a bunch of photos in a album. Is there any way to prevent photos from being grouped in the new feed and it just showing the newest uploaded photo in stream? I do not see an option.
Hello all,
I have a Facebook like button on my page using the XBFML tag. I think the code is working, because it works in Firefox without a problem.
But in IE 8 (running in IE 7 compliant mode), the button does not show at all.
If I switch it all to the iFrame version of the like button it all works. But when I go with the XBFML tag it does not work.
Anyone run into anything like this?
Hi, i want to make a facebook flash app. Now im trying to make it possible to invite your friends to the app. I want to do this from within actionscript without the user having to leave the app.
The ideal solution would be to make a custom interface show possible invites and then doing some URL request containing the friends id's
Anyone have any idea how to solve this or if its even possible ?
How can I add a wall on my facebook-application (fbml).
Do I have to store the wallposts (user-id and comment) in my database, and display them using fb:wall, fb:wallposts, or is it a plugin like fb:comments for this? If so, how do I add a textfield/form for interacting with the wall?