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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -