Good day! How to send a message in the timeline social page on Facebook and does it allow the Graph API ? Thanks for the answer.

    1 answer 1

    1. Facebook has an Android API - the link is all chewed on in detail what and how
    2. Facebook's Facebook API is independent of its Android API and allows you to simply post to the timeline — an example here — all you have to do is to implement the Graph API calls using the Android Facebook API's
    • thanks, I will understand - ricky