There is a groupwall of which i wanna download and store all messages in a db.
In the documentation I cannot find a good way to do it. Did I miss something? What's the good way to do this?
...
Hi,
I have a blog site written in php and it posts new blog posts to twitter and a blog ping automatically under the hood using simple http post requests passed using php curl.
I have a facebook page for the blog site and want the updates to be posted to the wall on the page, is there a simple way to do this?
What I really want is a ...
I want to create something similiar to a facebook wall on my social site. I want to store the posts in an sql database and that should be rather simple. What I am looking for is a good way to display the posts? I guess I don't even really know where to start, as I can only think of using a loop to display asp:textboxes. Which obviously i...
Is there an API call, and if so, which call to get the 'posts to my wall from myself and others' on Facebook? It seems like it could be filtered out of the facebook stream API, but it's not clear how that works to me.
This link seems to imply it's possible:
http://developers.facebook.com/news.php?blog=1&story=225
Thanks!
...
Hello,
I'm making Braid. I have a class Wall that prevents that an object goes into a wall.
Everything with Wall is working. But now I'm trying to make the same with the ceilings.
My ceiling class extends Wall. I've simply made a constructor like this:
public Ceiling(boolean deadly, int[] xPositions, int[] yPositions)
{
super(dead...
Is there a way, via FQL or the Facebook API, to access the wall posts to a fan page (not a profile)?
...
I'm kinda stuck: Trying to make Joomla's JFBConnect post on the user's FB wall some of the user's actions on the website (forum posts, comments, favorites etc.)
Any ideas? API references? Any related Joomla/FB documentation?
Thank you!
...
Hi all...
i am developing an appon blackberry platform in which i hve to publish a message on users wall...i am able to get session id...but dont know how to proceed further...
i am doing something like this...
enter code here
URLEncodedPostData post = new URLEncodedPostData(URLEncodedPostData.DEFAULT_CHARSET, false);
post.append("m...
I have a simple iframe facebook app. I need the app to post content to the current user's wall. I'm doing everything in PHP and JS. Currently, the only facebook-specific PHP I have is to get the current user's ID, and the only JS I have is to get the iframe to size to the contents.
How do I have a dialogue pop up with predetermined co...
http://img2.mtime.com/mg/2010/2/a3862303-825b-4adc-a3f8-e7b95d00b507.jpg
i just want to know how to implement the 3D wall that the picture above shows.
Could anybody give me some tips?
...
My app generates a message and I'd like to post that message to the wall of the person using the app. I'd like to have the app icon there too if possible.
I've looked and I just end up finding stuff about FBJS but can't figure out for the life of me how to use it.
This is a canvas app by the way and I'm using PHP for server side.
...
Many time i found several facebook application on my attach list of publisher .
how can I do it for my facebook application?
...
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
...
Hi,
I'm trying to convert my poll app into a Facebook iframe app. My app is written in PHP and uses some Ajax calls to vote at a poll. In the application canvas everything is working fine, but of course I want to get the poll on the wall of a user too. Unfortunately I'm not able to find out how I can post a simple poll with some radio bu...
I'm trying to write a Perl script that will work better with KDE's kwrited, which, as far as I can tell, is connected to a pts and puts every line it receives through the KDE system tray notifications with the title "KDE write daemon".
Unfortunately, it makes a separate notification for each and every line, so it spams up the system tra...
Hello,
I am displaying news feed on some other website say www.xyz.com using graph api. I have queries about below problems.
I would like to give "Like" functionality for each news feed post.
W would like to give "Comment" functionality for each news feed post.
Can someone assist me how to solve this problem using either graph api o...
I am trying to expose picassa web album by using Picassa web albums.
Following example creates wall with only 2 pictures which represents 2 album main photos:
<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param...
Hello everyone, i have been going crazy and cant figure out how to make a script for my application that would allow the user to select a friend and send them a notification or post on their wall from my application.
I just need to notify their friend that they have been challenged to play a flash games, just a simple text with a link, ...
I am new to facebook development. I want to find out what all can I do with a facebook app. A specific question - can I embed an iframe while posting on a user's wall?
...
I have one application where admin posts on the wall of one facebook app and same appears in my application (in PHP). We show like button for each of these posts and when any logged in user likes any of them it throws error "exception 'FacebookRestClientException' with message 'User not visible'". However, if user is a fan of app or he i...