I have an app fb page and would like to be able to post messages on it. I am currently able to get my android code to post a msg to my own wall but I want to be able to post to my app page also.
-
Is this possible?
-
Do you have to be a member of the page also?
thanks
In the documentation (http://developers.facebook.com/docs/reference/api/page/#feed) it says:
This official blog post (http://developers.facebook.com/blog/post/465/) shows how to do so with php, and a normal post request using curl, you can use that to create a java code for android.