Developing an Android App integrated with Facebook.
After registering my app on Facebook, getting authorization etc - I`m able to post text and images to a users timeline. When I open the timeline in a browser - I see the posts displayed correctly. However, when I query the graph with
https://graph.facebook.com/{user id}/feed
the result includes everything of that users timeline, EXCEPT for the posts made by my application.
Any ideas why is this and how can I get the complete feed/the posts made by the application for this user only?