Im trying to do this but it dont recognizes the method.
Its saying that FacebookBatcher dont have any static methods.
final String token = FacebookBatcher.getAppAccessToken(client_id,
client_secret);
What can i be doing wrong ?
On 26 set, 12:06, Josh Landin <
jlan...@gmail.com> wrote:
> Using BatchFB you can do it like this:
>
> final String token = FacebookBatcher.getAppAccessToken(client_id,
> client_secret);
> final FacebookBatcher batcher = new FacebookBatcher(token);
>
> --
> Josh
>
> On Mon, Sep 26, 2011 at 10:59 AM, Diego Faria
> <
diego.fa...@informant.com.br>wrote:
>
>
>
>
>
>
>
> > i have the app id and the app secret but i dont know how to get the access
> > token..
>
> > Do you know how?
>
> > Im trying with facebook documentation but its not working..
>
> > <
http://www.linkedin.com/company/informant> <
http://twitter.com/InformantNEWS>
> > <
http://www.facebook.com/InformantBR>
>
> > 2011/9/26 Josh Landin <
jlan...@gmail.com>