开发者

Including facebook.php in tomcat + liferay

开发者 https://www.devze.com 2023-04-03 06:23 出处:网络
I want to make a site for me in which I can use the facebook api features. I got a tomcat webserver ans liferay is installed on it.

I want to make a site for me in which I can use the facebook api features. I got a tomcat webserver ans liferay is installed on it.

Now I need to implement the facebook.php to this but I don't know where to put it. I wrote some code in php to get for example my id or to post into my own profile. But liferay oder tomcat couldn't load the things from facebook.php so the ser开发者_开发知识库ver doesn't know the methods and can't do what I want him to do.

Can anybody tell me how to solve this problem?


I've never actually done it before because I've tried to keep PHP code off Liferay and used other methods to access 3rd APIs. However the Tomcat wiki has a post on it:

Installing PHP on Tomcat

Or what maybe a better option is you use the Facebook JavaScript API and you create a new Liferay portlet which uses this API instead of using PHP.


How can I use Facebook JAVA API in my application? will help you find the java api for facebook. With regards to getting started with programming: That one is far beyond what can be answered here. But basically: Try to access the API in the language that you're working in. Don't bridge to a different language in order to bridge then to an external system.

There are a lot more hits when you google for facebook java api in case that link doesn't help.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号