posting on facebook user wall from my website - facebook

I have a website which use facebook connect.
I want that a user can post on his wall when clicking a button.
I add the permission : publish_stream and I was expected that when authenticating to facebook, the facebook dialog will ask for permission to posting on the wall (because I asked for publish_stream) but it does not. so I am getting the dialog only when trying to post on its wall instead of when user is first signed up using facebook connect.
Am I doing somthing wrong ?

Related

fb app post on users wall

How to make a fb application that operates like this:
When a user visites a page of MY website ex. http://www.mywebsite.com/page1.php it will request the user to confirm the Facebook Application to make able the content of page, and then the application will post on users wall the page that the user visited on my page !?
Any idea, any script, any everything, I dont know how to even start it.
First, when the user enters your website ask him to login with facebook (ref: login).
After the successful authorization, simply use the Feed Dialog and post the link to current page on his wall.

Post to facebook wall after user adding facebook app to their facebook page

Do we have permission to post to a facebook page wall after their admin add our facebook app to their facebook page? Is that posible?
In order to publish anything you must have the publish_stream permission.

How to post message on facebook page via a user

I have an facebook application in my website. i want to publish a user's profile link and some other stuff to my facebook page automatically. But currently this is being posted via page admin not user. How i can fix it?

How to get the logged in user's facebook ID?

I am using facebook connect to allow users to log-in to my site using facebook. I am using the server side authentication using OAuth in classic ASP, vbscript. I want to know if one of the following is possible:
1) Can I identify if the user has authorized my app without redirecting to the Auth dialog? ie, even before the user clicks the facebook login button to log-in to my site, is there a way I can find out if the user who is currently logged into facebook has authorized my app?
2) How can I get the facebook user Id of the user who is currently logged into facebook? This is outside the facebook authentication process. Does facebook offer some api which I can use to read the fb cookie that is set when a user logs into facebook and get the logged-in users's facebook user id?
Thanks
1) Use FB.getLoginStatus from the JavaScript SDK.
2) If he’s not connected to your app yet, then not at all. Otherwise, see 1)

Post photos to wall issue

I can login to Facebook within my application and can also retrieve the information of the Facebook account of my application users.
However, when I post a photo to my users' Facebook wall, it always return NULL. Why?
You need to prompt the user for publish_stream extended permission. Facebook has a post that walks you through this step by step.