Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
hiện tại thì:
1)Button Login: là 1 button thuộc class LoginButton (trong API Fb), chức
năng chính là login và logout
2)Button share: là 1 ImageView bình thường, mình set event để nó post
sản phẩm
mAsyncRunner.request("me/feed", params, "POST",
new WallPostRequestListener());
nên việc bỏ button login đi, khi nào user click vô share là phải
sửa lại file LoginButton của API Facebook
Do đó em đề xuất phương án 2:
Nếu user chưa login facebook thì vẫn để button Login, khi nào Login vào facebok rồi thì bỏ nó đi (Set Visible View.GONE)
Original comment by vanloi999
on 28 Oct 2010 at 10:38
Mà có đoạn xử lý check đã login vào facebook hay chưa?
Có: Global.mFacebook.isSessionValid()
Original comment by vanloi999
on 28 Oct 2010 at 10:39
đã commit
Original comment by vanloi999
on 28 Oct 2010 at 10:40
Original issue reported on code.google.com by
condorhe...@gmail.com
on 28 Oct 2010 at 9:51