I’ve been working with the facebook-android-sdk and integrated posting a message to the user’s wall. I’ve got the posting working, however I want to display the user’s wall with the new post so they can view it.
Does the sdk implement this functionality through Dialogs somewhow or do I need to load the Graph API URL through a webview in Android? (going off the info here http://developers.facebook.com/docs/reference/dialogs/
For displaying the stream (aka wall/feed/posts)
overall information:
see: https://github.com/facebook/facebook-android-sdk/tree/master/examples/stream
Java code here for how to render:
https://github.com/facebook/facebook-android-sdk/blob/master/examples/stream/src/com/facebook/stream/StreamRenderer.java