Hi everyone,
I'm trying to grab the names of fans of a Facebook fan page that I administer. I've done some snooping around, and apparently, the FB API doesn't support that, but Facebook actually uses AJAX/JSON to populate the list. Anyways, can anyone suggest a way to make that call myself and grab the data as plain text?
Also, I've fo...
I am having an issue, when trying to send a photo to facebook, my app crashes, it used to work properly, but all the sudden stopped working, this is my code
UIImage *imageToSend = [UIImage imageNamed:@"angrybagTN.png"];
NSMutableDictionary *args = [[[NSMutableDictionary alloc] init] autorelease];
[args setObject:imageToSend forKey:@"ima...
i have integrated Fbconnect in LoginViewController.I want to logout the session from another view controller .. How i can do this ?
I tried this ..
LoginViewController *obj1 = [[LoginViewController alloc] init];
[obj1._session logout];
[obj1._session.delegates removeObject: self];
It removing the session..But wen i go to Login...
Is the integration of website with a Facebook connect a difficult task? The website is the place where the users can buy deals posted by the site owner/admin. Please let me know on what task is involved in that and how difficult it is for a programmer. How long will it take for an average programmer?
...
I want to know compression technique used by orkut/facebook albums which compresses image without losing the quality(visually) Or the alternative way to achieve the same effect
...
Okay... I'm having the following problem - in my facebook application I let people add quotes sending them to my DB with their user_id, post_id and date. Then there's a browse page where people see the posts - so far, so good. But then I add a button that lets my users set the said post as their status. Still all good. However when I hit...
I have a need to display some basic info about a facebook group on a website i am building. All i am really looking to show is the total number of members, and maybe a list of the few most recent people who joined.
I would like to not have to login to FB to accomplish this, is there an API for groups that allows anonymous access? or do...
Hello,
When sending a message on Facebook, if you include a URL it generally grabs a picture from the webpage and adds it at the bottom as a thumbnail. You then have the ability to select through a number of pictures featured on the site.
I can see how this could be built, but to save me the hassle I wonder if somebody has already don...
I've been working with the plugin for a couple weeks. Any other SOers using it, and if so, is there any knowledge or wisdom you've gleaned from using the plugin/gem?
...
Hi,
Is there any plugin or way to post on my facebook wall directly from my website?
(There are plugins available for WordPress. But mine is not a blog site).
Thanks in advance
...
Today, I have looked into HTML code of facebook.com, and found something like this:
<input type="hidden" value="€,´,€,´,水,Д,Є" name="charset_test"/>
It's repeated two times inside the <form>...</form>.
Any idea what this code might be useful for - some kind of server-side client charset detection? As far as I know, browser charset is...
Does anyone know offhand what the storage policies are for user information retrieved through the apis of twitter, linkedin or myspace?
For example, facebook does not allow storage of any kind of user information (ie first name, last name...) for more than 24 hours.
...
I just can't find out how to do this.
I'm building a website in scala (on google app-engine) and I made a facebook page for it and created a facebook application. All I want to do is to post to my own page's wall. I don't want to use java facebook api, 'cause I think it's way too much to do such a simple thing, but I really can't find a...
Hi,
Am looking at accepting payments on my facebook app.
The service providers available are
SpareChange
Jambool
Google Checkout
Amazon FPS
Paypal
Does anyone have experience to share about using any of these?
The pros and cons of each.
Thanks in advance
...
I have an APP that calls Facebook status.get method via the REST server - restserver.php using session key method. This app works fine for most of the users, but for one user I consistently receive HTTP 500 status code. Since this doesn't have any specific Facebook error message, it is almost impossible for me to debug this.
Anyone face...
I have an application which will post a message on a friends wall using the Facebook.streamPublish() method, and this works perfectly. However, I want to also be able to save details about this post in my database.
All the information that needs to be stored is placed into hidden form fields and are all in place once the message has be...
Hi,
I am building facebook app using iFrame (using Google App Engine Java,JSP and Facebook-api-java), and when Facebook calls back to my website, I expect to get the fb_sig_* request params for the iFrame, but I get those params in HTTP referer header instead.
When I use the php client, i get the fb_sig_* in the $[_GET] as expected.
W...
Hello Friends,
I have downloaded facebook-java-api-3.0.2-bin from
http://code.google.com/p/facebook-java-api/
for connecting to face book.I want to use this api in my java application to connect Facebook.I am developing a desktop application for this purpose.I have created account on Face book and registered as a developer.
Is it pos...
Hi all,
I'm a graduate student whose research is complex network. I am working on a project that involves analyzing connections between Facebook users. Is it possible to write a crawler for Facebook based on friendship information?
I looked around but couldn't find any things useful so far. It seems Facebook isn't fond of such activit...
Hi there,
I want to get iframe application but on top of it, would love to put tabs. and iframe are not really seem compatible. Do you guys know any work around this?
Thanks,
Ebe
...