I am trying to do a seemingly simple thing, but having trouble accomplishing it. I am trying to automate the posting on my Facebook wall. Basically I have a ASP.NET MVC website that I post updates on, and I want to automatically submit the post to my wall.
I see a lot of stuff on FB Connect and getting data, I just want to post.
Thanks...
Hi,
I am developing a Facebook App which requires some extended permission. The problem is that Facebook doesn't automatically ping my app when those permissions are granted by the user. I have to manually query for them or the user must press a confirmation button to send them to me.
My question is how can I enable Facebook to ping m...
Is it possible to get Facebook Friends' contact number in iPhone app??
...
How to create a facebook application to display friend list in jsp page without using script.
...
im having many img tag dynamically printed from facebook album pictures, like below
echo '<'img src="' . $photo_detail['src_small'] . '" id="imageurl" onclick="return false" />';
i need is----
when clicking on image the source of image is should set to
<'input type="hidden" id="imagesrc"/> value in the form
when submitting the form th...
Hi all,
could someone help me on this problem,
i want to access facebook API through java application. i was looking for java implementation similar to that twitter is having, does anyone have an experience on connecting fb using something like fb4j.jar.
I highly appreciate any help
...
I want to get the details (contents, user info) of a post that was made on a fan page's stream.
I have the post_id variable but don't see any method/api call where I can pass in a post_id to get the post contents.
The only thing that seems possible is getting the entire stream and comparing the post_id item by item... which is slow an...
hi
how to add facebook Application in my Android Application .i want to add a image button. when the user clicks on this button it should go to the facebook page .where the user can sign in .please anyone help me to solve this problem..please send me a source code of the App
...
Hi Guys!
I am working on a facebook app when i try to invoke js for asking extended permission from the user i got the following error
The Facebook Connect cross-domain
receiver URL
(http://[mydomain/folder]/gripsoft/xd_receiver.htm)
must have the application's Connect
URL (http://localhost:63919/) as a
prefix. You can c...
I followed all the steps given in this blog. When i am trying to point my browser to the "/login" I get the following exception
undefined method `set_facebook_session' for #<SessionsController:0x15b0618>
I tried searching in lot of forums but couldn't find the solution. Even if i comment out the use of set_facebook_session i get the f...
I have a Facebook page and would like to get a list of all admins. I have tried using the page and page_admin FQL tables, but they require that I specify a UID.
I know we can check if a specific UID is a page admin or not but what we are trying is to know who the admins are without the user telling us.
...
Hi guys, simple question:
is it possible to run games made with Adobe Director (shockwave player) in Facebook?
Thx.-
...
Im using the facebook api to connect to facebook and get my friend list in a c# winforms application.
FaceBookService1.ConnectToFacebook();
FriendList.Friends = FaceBookService1.Friends.GetUserObjects();
while those two lines of code get me the list of friends for the logged in user. Im unable to find out which of thos...
Like the title says, if I have e-mail address, can I retrieve the person's name using the Facebook API?
...
I developed facebook application using friends_get using netbean. This application from inside Facebook will display only the default servlet output in the Callback servlet and it will not redirect. But when i run in localhost it will redirect from server.
...
I'm Getting codings to send messages through java script . How can i send notification through java....
...
I am trying to do @ mentions on Facebook using either facebook.stream.publish or facebook.users.setStatus.
You are able to do this on Facebook and I know its possible to do using 3rd party APIs as a "Twitter Sync" app currently supports it.
So far I have tried using: @[fb_id], @:fb_id, @[fb_id:fb_name], @:[fb_id:fb_name] and @:[fb_id] ...
I would like to have a neat login page for facebook connect for my android application, like one found for iphone or other web applications(a pop up like login page) I goggled for hours about it in vain.
I have registered my app in facebook as a Desktop application. I like to have the login page within my app. Now I am using FBRocket to ...
When a user has logged in in javascript I'm trying to use that session in my actionscript-3 code. On connect my e(FacebookEvent).error.reason returns null though. Here is my code.
stage.loaderInfo.parameters["fb_sig_session_key"] = getFlashVars().session_key;
stage.loaderInfo.parameters["fb_sig_ss"] = getFlashVars().secret;
st...
I try to developing facebook application using java. I used the follwing code
String session=null;
session=req.getParameter(FacebookParam.SESSION_KEY.toString()).
But i didnt able to get session value . I got only null
...