`Hello, i am developing an android application using the facebook SDK for android.
i have a LikeView as below
<com.facebook.share.widget.LikeView
android:id="@+id/likeview"
android:layout_width="match_parent"
android:layout_height="match_parent">
The Code ib
LikeView likeView = (LikeView) findViewById(R.id.likeview);
likeView.setObjectIdAndType(
"http://ift.tt/106sCDY",
LikeView.ObjectType.PAGE);
its not working, no window or application opens
can anybody help?
Aucun commentaire:
Enregistrer un commentaire