sameera207
sameera207

Reputation: 16629

How to set up my Facebook app to allow user wall posts?

I'm trying to post a Facebook wall post from my Ruby script (I'm using koala gem). I was able to successfully login to Facebook and get my user token.

However, it won't allow to do a wall post because my Facebook app is not set in a way with necessary permissions.

So what is the option that I could setup in my Facebook app to allow user wall posts ?

I have looked through my Facebook app options and I couldn't find a place for that, and also searching the web didn't help much.

Upvotes: 0

Views: 1041

Answers (1)

sameera207
sameera207

Reputation: 16629

Finally I found the answer to my question and got it working,

Please read the answer to the following question

Error while posting to feed: "The user hasn't authorized the application to perform this action"

:)

Upvotes: 0

Related Questions