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

objective c - Can't build GCM with Protobuf in Xcode -

ember.js - EmberJS Model find not up-to-date with underlying store -

javascript - jQuery iScroll clickable list elements while retaining scroll? -