Android facebook SDK 3.0 post using access token from webservice -


i creating app site. site has option sync there account facebook account. when person log in android app access token of user recived through webservice. how can use access token open sesson , post facebook using facebook sdk 3.0?

there method opening session accesstoken->

session.openactivesessionwithaccesstoken(context, accesstoken, callback);

it return session object, can use returned session object further operations.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -