vote up 0 vote down star

I'm getting a "Call to undefined method" when I try to use feed API functions like registerBundleTemplates and feed_publishUserAction.
Google has led me to believe that I need to call a function called useBetaApiServer, but I can't find any example on how to call it with PHP.

Any help?

flag

1 Answer

vote up 1 vote down

Problem solved using call_method. Very useful for solving discrepancies between the libs you have and the documented libs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.