Query regarding Update status over facebook
Android
1
Posts
1
Posters
1
Views
1
Watching
-
Hi Everyone, I am here to look forward for help if anyone knows the solution of my problem. I am trying to update status by using Socia lauth library,but in place of dialog box i want to update status by an activity. Its done by Dialog box but not by activity. I have two activities - one activity contains the two button one is login and other is next button, as i click on login then it authenticate successfully and on clicking next I come on next activity which contain a edit-text and button. In edit text i typed my msg and on button click I call updateStatus() method of Social auth.But I am getting the response from server i.e error 403.. Kindly help me out??