I've asked this question on the facebook and ping.fm developer forums, but they don't seem to be very busy at the moment. So lets see what you lot can do...
I have included meta tags for title, description and image_src on my site so facebook can pick this information up and display it on users's posts on facebook. I am using ping.fm to...
I know I might not get any help here, but I've been on this all day and starting to loose my mind.
Here's the thing: no matter the method I choose I can't ask the user for the extended permission publish_stream from my Facebook-connected website since last thursday (it was working perfectly fine before and I made 0 changes to the code s...
Hello,
I'm making an application that is posting some information to your facebook wall using facebook sdk for android. This works, but I can't seem to get new lines on the posts. I have tried \n but it doesent work. Any suggestions?
Here is my code:
Bundle parameters = new Bundle();
String temp = "";
for (int i = 0; i < mArrayAdapte...
Is there a ready similar input like the status input in Facebook?
I mean, they use a contenteditable div, and they've wrapped it all pretty good. They can resize it (on focus/blur), an it continues word-wrapping and expanding, and when you type a really long word in their input, which can't be wrapped, it stays inside the div and doesn't...
Hello!
How can I open the Share with friends window from inside a Flash application please?
Thank you!
...
Why would I want to use Facebook's JS SDK for making API calls....meaning use the FB.api() method when I can simply send the HttpRequest and get back the JSON very easily using the jQuery getJSON for any api calls.
I think of the benefits of using the FB.api is that it already already grabs and knows about the user's token from the coo...
Well, here I am trying to integrate a website with facebook connect and I'm trapped in some strange ring of hell.
I have seen 2 ways of initializing the js on a fbc site, I've tried both repeatedly but they only do opposite halves of the whole job I need done.
<script src="http://connect.facebook.net/en_US/all.js"></script>
.....
what is target id is it application id or what. what should be its data type.
NSString *message = @"test message here";
NSMutableDictionary *params = [NSMutableDictionary dictionary];
[params setObject:message forKey:@"message"];
[params setObject:toID forKey:@"target_id"];
[[FBRequest requestWithDelegate:self] call:@"facebook.Stream.pu...
Facebook.Utility.FacebookException:
This API call could not be completed
due to resource limits
Why I receive this when calling _facebookAPI.Events.GetMembers(eid); Is there any workaround?
My event has 5000+ users.
...
I'm using the new facebook js lib for a facebook connect site. (The one that uses FB.getLoginStatus instead of FB.Connect.get_status ) And suddenly all of my fbml has dissapeared...
The documentation says nothing of the new js lib, only the old one.
my html tag has the attributes ' xmlns="http://www.w3.org/1999/xhtml"xmlns:fb="http:...
So taking a look at the API doc page here:
http://developers.facebook.com/docs/reference/javascript/FB.api
I'm wondering if the response received back is an HttpResponse or a JSON object. They say that they return a JSON object in the response.
So since they are performing things such as response.name, etc. does it mean we don't need...
Hello,
is there any C# Library that enables me to acces my Facebok Account from a C# Application. All I've found are ASP.Net Libraries but I don't wan't to use ASP. I wan't to create a Windows Forms or WPC Client for Facebook. Is this possible? Basically I'm looking for something like Facebook Connect on the iPhone I guess.
Thank you v...
Hi
i want to use localhost for developing website facebook application using the graph api.
i working in asp.net c#
in the previous api of facebook i was abe to write the
http://localhost:4300/ in the connect url at the application settings.
now it dosent work.
it keeps telling me
An error occurred with application name. Please try a...
hi, I'm trying to code with the facebook API
here it says : http://developers.facebook.com/docs/authentication/javascript
to get the access_token thing, but it's after a # and not a ?
so how can I get it ?
http://www.example.com/callback#access_token=...&expires_in=...
...
I'm writing a Facebook iframe/Facebook Connect application with PHP client library and in one of the pages, I need to retrieve the user's current location, either city or country.
I have added "Request for Permission" for all possible data in my index file.
$user_id = $facebook->require_login($required_permissions = 'user_location,p...
How can I take a RSS feed and post it to Twitter and FB account and automate this process? Is this possible? Would appreciate some directions.
...
How to include login with facebook and twitter option in a website.
...
so i created a facebook app (fbml).
canvas url = http://mydomain.com/fb/canvas/
tab url = tab.html
i authenticated my app with my profile and added the tab to my profile. but the tab keeps loading and loading. sometimes i also get redirected to my profile page after a short tab loading time
trying to access my canvas page http://a...
UPDATED TO BE MORE CLEAR (hopefully :)):
Related to this page, specifically the SSO section: http://developers.facebook.com/docs/authentication/
You've got the option Facebook says to use either that facebook connect button (whatever connect means nowdays with Facebook is a grey fog to me now) or just roll your own image as a button an...
If we use Facebook for single sign on, instead of rolling our own login/registration system, what data are we allowed to keep?
Specifically, are we allowed to store (a) user first name and last and (b) user email address?
Thanks!
...