Posting on facebook wall is failed using hello.js

211 views Asked by At

I am using Hello.js to do user interaction with facebook.

I am trying to post some form content . But I am always getting following error

'#200 user hasn't authorised the application to perform this action '

Okay I know we have to pass a param in the end of the URL that is

'publish_stream' .

And this scope we should pass to hello.js something like this

hello.init({
    facebook: '26fffffffffffffff064',
    google: '438fffffffffffffffffffffffffffgleusercontent.com',
    twitter: 'YHs0fffffffffffffffffffffffffffff0Pgw'
}, {
    redirect_uri: 'http://ffffffffffo.com/',
    scope: 'publish'
});

But even after doing this My app still wont let me post on any wall. I tried changing other app number but all gives the same result.

Please help me out

Thanks in Advance

1

There are 1 answers

2
Vfleitao On BEST ANSWER

the correct scope is publish_actions