ritamnrg / facebook-java-api

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

FacebookXmlRestClient.links_post() throws a FacebookException regardless of share_item permission #293

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. User authorizes app for share_item via Account | Application Settings | 
Edit Settings |Additional Permissions | Publish recent activity to my wall
2. App calls links_post() with the user ID
3. links_post() throws an error

What is the expected output? What do you see instead?
Expect links_post() to return a Long value; instead, an exception is thrown

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

Please provide any additional information below.

Original issue reported on code.google.com by ruom...@gmail.com on 10 Feb 2010 at 6:20

GoogleCodeExporter commented 8 years ago
This is not a bug in links_post(): it works fine as long as extended 
permissions are 
requested correctly. I just got it working minutes ago, so as far as I'm 
concerned, 
this bug report can be closed.

Original comment by ruom...@gmail.com on 26 Feb 2010 at 3:51