wall

Facebook Comment Export to my Blog ?

I have a blog and use Social RSS to send the feeds to facebook Fan page Wall. When some one comments on that. i want that to be captured and published on my blog. will that be possible ? ...

Facebook Open Graph Feed Not Returning All My Wall Posts From Me

When I use the open graph API to get my own facebook news feed (my wall), everything looks right for the most recent 3 months, but prior to that, I no longer see my own posts (but still see posts of other users on my wall). I'm using a version of this link (with a working access token): https://graph.facebook.com/me/feed??access_toke...

Post message to facebook wall from android fb sdk always error

I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb) here is the code snippet onClick function, i made small modifications on their sample code: Bundle params = new Bundle(); params.putString("messa...

Facebook offline wall post action link is not working.....

Hi i created a new application in facebook with offline access permission. Application is working fine when i posting the wall information action link parameter is not shown How to solve it.... And one more question when i post information some of the id's were not posted, exception error handling shows the message: FacebookErrorRespon...

Publish to current users wall?

I wrote a small Facebook Ap[p in PHP and would like to be able to post a message to the current user's Facebook wall. The app is set to use FBML. How would I do this? ...

Problem with posting in Facebook Wall with PHP. Why it wokrs only in Firefox?

Hello, I want to post in my Facebook page Wall a message through my web page. I manage to do this with the next code: <?php $config['baseurl'] = "http://....facebook/index.php"; if ($fbme){ if (isset($message)){ try { $statusUpdate = $facebook->api('/me/feed', 'post', array('message'=> $message, 'picture'=> ...

How can I hide the image link in facebook wall with the Graph API?

Hello, I have posted a message to my facebook wall through my web site, that contains also a picture. What I want now is hide the link of the picture that is shown there but still make the picture work as a link. I am using: $facebook->api('/me/feed', 'post', array('message'=> $message, 'description'=> $description, 'picture'=> $image, ...

Get Facebook Page Wall Stream

Hello, im looking for something quite simple, i thought, but didn't find any solution on the web. I want to get the posts (only from the band, not others) from a FB Page Wall (its a Band, so no private profile) and publish it on MY own site. I hoped to get the Posts as XML or JSON and then parse them. So i wanted to use FB as a news Sy...

What with the thousands of warnings in standard headers in MSVC -Wall

Some people seem to advise you use -Wall, but when I did it on a small test project which just has a main.cpp with some includes, I get 5800 warnings most of them in standard headers or in windows headers. Is that intended behaviour? How do I go about making my compilation warning free? Here are just a few for some reading fun: 1>c:\p...

facebook wall post from wordpress

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? ...

Facebook API - a simple integration question - WALL + Like Box

Hello, I would like to display my wall (of my facebook) on my website. But, I would also like to add a like box next to it. It seems however, they I cannot have both, because: It seems that, once the user logs in (after pressing the LIKE button), my website looses the login and my wall can't display the information anymore. As anyon...

Facebook API (Wall) Possible to let Facebook pick an image?

Facebook API (Wall) Possible to let Facebook pick an image? When you like a website you can enter the following URL: http://www.facebook.com/share.php?u=(some url)&t=(some title) you will be brought to a page where a default image is showing and you can even browse through the images on the website to choose another (if available). Thi...