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
Post a Comment