This commit is contained in:
warren powers
2011-03-12 18:38:42 +00:00
parent 3c1415e059
commit 0e8bf9a40e
35 changed files with 0 additions and 1675 deletions

View File

@@ -1,10 +0,0 @@
changed postToWall() to postWall() in FacebookAuth.java.
created method postToWall(). this method should post without user interaction
in FacebookAuth.java i splite the init() method into two. authorize() and logout().
created postToWallDialog() in FacebookAuth.java to display a dialog when posting to wall.
t seems the facebook sdk is not saving an access token when trying to make a direct facebook graph request.
it does save the access token when calling a dialog but prompts for credentials. i believe the authorization process is failing. not sure why. still researching.