Assumption : I’m Admin of Page A. I’m NOT Admin of Page B.
As Page A, I can take any post that is displayed on Page B and SHARE it onto Page A this is achieved by clicking on the word “Share” that appears under the image in a post.
Now, I want to achieve this automatically with code. Say I see a post on Page B wall, I find its post id and feed it to my application. Now my application will try to share this post from Page B to my Page A. I want to replicate manual process of sharing from Page B wall to my Page through application.
Currently, I have not started working on this code. I just want to know is if this is at all possible and what approaches can I take probably achieve this.
Note : I don't want to post on my page wall as my own post.The Post should appear as shared from Page B wall.