Wall Post Script

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!

Quote · 18 Jun 2012

The profile ID are stored in the 'Profiles' table within the database.

Nothing to see here
Quote · 18 Jun 2012

Thank you for your prompt reply. Unfortunatly that is not what I am asking for. I am trying to get the Unique value for each profile.

For example, that value would be: CvJbQ36M8aH/S=itgT=u for my account on my Boonex site.

And therefore, it looks like this in the wall update form.

<input class="form_input_hiddentype="hidden"name="csrf_tokenvalue="CvJbQ36M8aH/S=itgT=u" />

I noticed when I logged in with another account I made, the code was different. Therefore, the Value is different for each user's wall.

<input class="form_input_hiddentype="hidden"name="csrf_tokenvalue="Yu3IkHke8UJh/P=UtYi=a" />

Quote · 18 Jun 2012

Any Ideas where to even look or start?

Quote · 19 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.