I have PHP websites with admin panels where i add news or products. For example as you can understand from the image, i add news with header,date,photos and content. If i click any of those radio buttons, news will be posted to any social network. I had tried facebook Graph API's and worked good some but not totally as i wanted becasue had problems with tokens valid days. Anybody has any idea which and how i can use library or API?
Asked
Active
Viewed 587 times
0
-
1Would be easier to help if you share your code. – wcomnisky Jan 11 '17 at 08:50
-
Codes are not important i think in this topic. I am looking for any idea how to share news or products at same time when i add from admin panels of my websites. – Jan 11 '17 at 09:09
-
Here is the way of PHP+cURL with Facebook GraphAPI to post to facebook which i used. http://stackoverflow.com/questions/7818667/simple-example-to-post-to-a-facebook-fan-page-via-php – Jan 11 '17 at 09:16
-
https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension – CBroe Jan 11 '17 at 09:30