When looking at the source code to post content to a wall, I noticed that the form has this section in it:
<input class="form_input_hidden" type="hidden" name="WallOwnerId" value="1" /><input class="form_input_hidden" type="hidden" name="WallPostAction" value="post" /><input class="form_input_hidden" type="hidden" name="WallPostType" value="link" /><input class="form_input_hidden" type="hidden" name="WallContentType" value="upload" /><input class="form_input_hidden" type="hidden" name="csrf_token" value="CvJbQ36M8aH/S=itgT=u" />
Where / How could I find the specific value for each member's profile? Is there a column in a table somewhere that has a specific value for each user? I would like to know because I have created an "app/api" where a popup window appears to post something to your wall, except the only problem I have found is if I do not change the value to the specific user, it just gets posted to my wall. Thanks!