I followed steps here: https://developers.facebook.com/docs/guides/mobile/#android
but I really don’t get how use Graph API to get a Page’s stream (only news) for Android.
Someone can make me an example? I cannot also find a real good example online searching with Google…
There’s a good Graph API explorer here, getting a page info is simple as using GET request with the page id.
So you can use the Simple Sample found here
To get the feed/news from a page put /feed on the end [However you may require a auth_token to get news stream]