Posting facebook feeds, can't use API

I get -

Method call undefined

when i try to use feed API functions like registerBundleTemplates

and feed_publishUserAction

.

Google made me believe that I need to call a function called useBetaApiServer

, but I can't find any example on how to call it using PHP.

0


source to share


1 answer


The problem was solved using call_method. Very useful for resolving discrepancies between your existing libraries and the documented libraries.



+1


source







All Articles