huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

How to show a Feed Form #300

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. dont want automatic publishing 
2. client = new FacebookJsonRestClient(api_key, secret_key, sessionKey);
3. client.stream_publish("TEST", attachment, null, null, null);

What is the expected output? What do you see instead?
Should show a feed form, asking user whether to publish the feed on his
wall or not

What version of the product are you using? On what operating system?
3.0.2

Please provide any additional information below.
I want to show a feed form, instead of getting the user's permission in
start regarding the feed publishing, and then publish the feeds
automatically without informing the user. But I want the application to
show a feed form.

Original issue reported on code.google.com by ata.kirm...@gmail.com on 7 Mar 2010 at 7:11

GoogleCodeExporter commented 8 years ago
I would like to know how to do that too!

Original comment by eli.br...@gmail.com on 14 Apr 2010 at 12:19

GoogleCodeExporter commented 8 years ago
This is done with JS in the client, not through the server.
Try Facebook.streamPublish in the javascript client library.

Original comment by ori.da...@gmail.com on 15 Apr 2010 at 5:09