0

I'm creating an application that post some text to users wall when they loading my app. Is there any way to do this without the authorization of an application by the user? Thanks in advance for any help.

Kara
  • 6,115
  • 16
  • 50
  • 57
latromi
  • 15
  • 3
  • 1
    Do you think it should be able to do that? Authorization is there for a reason. – roslav Aug 03 '12 at 12:29
  • I think it would be logical to ask the user for permission to add а message to his wall, but don't require the authorization of the application. – latromi Aug 03 '12 at 12:36
  • Without that permission being tied to a specific app, the user would have to give said permission over and over again if this functionality was to be used multiple times. So it’s a good thing permissions are tied to the app requesting them, because it makes for a much better flow and therefor better user experience. – CBroe Aug 03 '12 at 15:30

1 Answers1

2

Impossible. Facebook would be spammed by now if they would allow that.

User404
  • 2,152
  • 2
  • 27
  • 35