| Steps to Reproduce: | - Login to Facebook - Create new Page (Community in my case) - uncheck "Posting Preferences" checkbox in Page Edit Info->Your Settings - in the Graph Explorer tool http://developers.facebook.com/tools/explorer click "Get Access token" and check "publish_stream", "manage_pages" - select GET and provide /me/accounts and click submit, to get just created Page ID from the response - POST /page_id/feed message = test and click submit |
|---|---|
| Expected Behavior: | "test" message should posted as logged in user |
| Actual Behavior: | "test" message has been posted as Page and not as User |
| API/SDK: | Graph API |
| App IDs: |
|