How to post on facebook account wall when any blog post made from wordpress.
I allready tried with various wordpress plugin like "wordbook", "wordbooker" etc but none of them working fine........ any idea or alternative way?
...
Can we get email address using: users.getStandardinfo?
Please help me on this.
Thank you
...
Hello helpers,
Im writing an app for facebook in java.
i have a class named FacebookClient that i got from facebook.
withe this class i can connect to facebook by using
FacebookClient client = new FacebookClient();
client.login(request, response, "api_key", "sec_key");
and get user info with
client.users_getinfo
(For example: client...
package org.androidpeople.facebook;
import net.xeomax.FBRocket.FBRocket;
import net.xeomax.FBRocket.Facebook;
import net.xeomax.FBRocket.LoginListener;
import net.xeomax.FBRocket.ServerErrorException;
import android.app.Activity;
import android.os.Bundle;
public class FacebookRocketExample extends Activity implements LoginListener {
...
I've tried to run my developed iPhone app on the simulator where I have integrate it using facebook authentication. It was working perfectly yesterday, I can log in, but now I tried it entering my username and password, it doesn't wants to log me in. Is there a limit on using this authentication service?
PS: I tried to use my friends lo...
Possible Duplicate:
What's the shebang (#!) in Facebook and new Twitter URLs for?
I recently saw Facebook and Twitter's URL:
http://www.facebook.com/#!
http://twitter.com/#!/username
What is #! ? Anyone?
...
Hi there,
I'd like to add a comment box on my
facebook fan page.
So I added on my StaticFBML page:
<fb:comments xid="159887744022306">
<fb:title>Leave a comment</fb:title>
</fb:comments>
Where "159887744022306" is my page ID. Now it actually posts comments on the page but:
The feature "Post comment to my Facebook profile" doesn't w...
For some reason the .autoresize(); fails and the iframe is left at its default size. I have seen it on some of the big apps like Mafia Wars even. Does anyone have a hack to fix this? I have to solutions, one is to reload the page (9 times out of 10 that fixes it), the other is to break out of the iframe. The problem is how can I detect t...
I want to create a visualization where I see friends being added as time passes but I don't think the Facebook API tells me since how long I am friends with someone.
...
I'm fairly new to multiplayer games. I have made a few for my own fun, but nothing profound.
Anyway, I want to make a game that is very cross-platform. The clients would be connected with their facebook accounts on the devices I release the game for (most likely computers (via flash), iPhone, and android). I am a solo developer on a sho...
Hi,
I'd like to get a list of users who like a certain page or a fan of it.
The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not a list of the fans.
A discussion here http://stackoverflow.com/questions/2001281/retrieve-facebook-fan-names suggests that one could ...
I'm trying to learn how to get an application access token from Facebook for my app.
I'm sending a jquery reguest (in the firebug console) based on the data specified here (http://developers.facebook.com/docs/authentication/#client_credentials).
I seem to get the response ( access_token = 'my_app_id|'+the_app_token ) but firebug se...
I am calling this:
facebook requestWithGraphPath:@"me/friends" andDelegate:self]
Now I am confused on what facbook returns to me in the delegate?
How should I parse this in the (void) request:(FBRequest*) request didLoad:(id) result method? Is it returned as a dictionary?
...
I am writing a Facebook app and for it to work properly, I need to set the Site URL inside the Application settings. The problem is that if I set my Site URL to be
domain.com
it works on my system and a bunch of systems that I tested it on. Some of my friends complain that it is not working on their system. When I looked at what the er...
Hi everyone,
I'm building a application to suggest friend lists for facebook user based on his/her mutual friends with each friend. My idea looks like that:
http://i219.photobucket.com/albums/cc213/DoSvn/example03.png
I can get all mutual friends of A with each his/her friend (b1, b2...). It's the intersection between b1, b2... (c1...
I'm writing a Windows Phone 7 App and would like to be able to push content from my app to the users facebook profile, comments, pictures etc. I have started reading the documentation but it all talks about have a web site, which I don't have on a phone. I think i'm missing something, really basic. Is there away to do this with c# fr...
Is there a list of third party APIs that can make my iPhone app have amazing features (ex. Yelp API, Facebook API)?
...
Hey!
So i just got devise and fb login to work on my rails project, but I would like to get more info about the user when they log in. I added user_about_me to the scope of the request and that got me a lot of info, but I would also like to get the users music/movies/etc. I tried adding user_interests but it doesnt seem to send anything...
i would like to post a message on facebook wall (standard friend/group's wall) not the Apps. using delphi, i could log-in but i dont know how to post a message on it. any suggestion?
...
On page http://developers.facebook.com/docs/reference/rest/, it says
Note: We are currently in the process
upgrading our core server API from the
old REST API to the more modern Graph
API. Most of the methods required for
canvas applications to integrate with
Facebook have not yet been upgraded to
the new API. For the tim...