Re: Facebook fan pages and application

2010-06-07 Thread WebbedIT
Cake is PHP so the PHP libraries for the Facebook Graph API are what you need to use and are likely to have their own forums/groups. If you want to know how to import those libraries look at Vendors in the book, you simply place the library in your vendors folder and import it where you need it.

Re: Facebook fan pages and application

2010-06-07 Thread euromark
isnt there a powerful plugin for that? http://groups.google.com/group/cake-php/browse_thread/thread/9bbeba60afebae6b/8167bafc74f67bfb#8167bafc74f67bfb On 7 Jun., 14:56, WebbedIT p...@webbedit.co.uk wrote: Cake is PHP so the PHP libraries for the Facebook Graph API are what you need to use and

Re: Facebook fan pages and application

2010-06-03 Thread mirfan
I dont think it is beyond this group as i will have to retrieve all information through cake scripts, facebook and others provide api for php and my question is how to use those apis in cake On May 28, 12:26 am, calvin cal...@rottenrecords.com wrote: That is beyond the scope of this group. I

Facebook fan pages and application

2010-05-27 Thread mirfan
Hi, I am new to cakephp and also to facebook apps but i have no option: I have to retrieve fan fage and application users (fans) when the user provide application ID see the following case I have to register an application which ID is 1234567890 Now when the user provide this ID its statistics

Re: Facebook fan pages and application

2010-05-27 Thread calvin
That is beyond the scope of this group. I would suggest reading up on the API docs of Facebook/MySpace/Twitter/etc. and consulting their respective development communities. If you have specific questions pertaining to Cake, then you can come here to ask them. On May 27, 4:32 am, mirfan