My Facebook App publishes stories to the user's Friends' wall using Graph API, but for lot of people these stories do not end up in notifications area and the Wall, they only receive a mail as part of notification.
My facebook app has offline access permissions and uses Graph API and not Dialogs hence I was wondering if Facebook utilizes these facts of offline access and Graph API ( and not dialogs ) to give very low preference to such stories causing them to not appear in Wall and notification.
What could be my alternatives of developing a Android app such that the messages do not get dropped by Facebook ? I want users to share pictures from their android phones, I have the option of using Facebook SDK within the device or use the Graph API with offline access permissions from my server. All I want is that the messages posted from my app do not get dropped by Facebook