Search code examples
androidfacebookfacebook-graph-apiopenidandroid-account

android send facebook message from my application


I want to send facebook message (private message) or share a new post from my application using the facebook account logged in from Facebook application or ask the user to log in if there is no Facebook application installed,

I have read that facebook's API (Graph API) that helps to do so is now deprecated, is there a workaround? another solution? can i use (Graph API) even it is deprecated (will facebook disable it)?

thank you in advance


Solution

  • it seems that Facebook no longer supports this feature on the new Graph API version,

    i implemented a solution using native Http requests.