How can I publish a checkin without the publish_stream permission (with Dialog)?
问题 I want to publish a checkin from an application and I have read the Checkin Documentation to do so with an HTTP POST request. Now I would like to do it, but without the publish_stream permission. Can I do the same thing with Dialogs (JavaScript SDK) ? I tried with the FB.ui method, but I don't know how to do it properly. FB.ui( { method: 'feed', message: 'My message', place: '110506962309835' } ); 回答1: The Feed dialog does not take a place parameter – and Facebook say, this is “by design”.