allow posting of visitor message by guests to member profiles in vbulletin - vbulletin

I want to allow posting of visitor message by guests to anyone's profile. Can anyone please help? Is there any query for that?

This option can be set in vbulletin admincp > usergroups > unregistered > visitor messages permissions at the bottom. Set can post visitor message to others profile - I suggest you set follow moderation settings to no so always moderated.
RoyMogg at the www.bizface.co.uk forum

Related

How to automatically post to Facebook

Please could you help. I have created a website that allows people to upload listings of items they are selling. I want to know how to add the feature where when someone creates a listing, it automatically posts on the user's FB page, with a link to the listing on our website. Is this possible? Would the user have to log into our website using their FB account for this to happen? Thanks everyone for your help.
Martin
You need to create a Facebook App and use Facebook Graph API with publish_actions permissions to do that. Note that the facebook rules prohibit sending fully automated messages that the user has no control, your user must have the ability to edit the message before sending

Fb App is missing

I find that my app which is recently created(about 5hrs) is missing altogether(with no trace of any existence) and i did not get any notification (or email) from fb which we generally get if we forget to add pivacypolicy to FB App.
It was a sweepstake kind of app where user is asked to participate in the contest by submitting his emailid and phone number. and his participation is posted on his wall with a link to app(using feed post, and link is given out using link parameter in me/feed post).
we posted a status on our client's wall including the app link(even post is missing now).
May i know a place or link where i can find a reason for my app's restriction as i followed all the rules of fb to the best of my knowledge.
Here is the app id if it may help 675743852468369.
Thank you in advance.
Just check your email if any query send to you by facebook because it may be spamming that continously posting or something like that or you have to read facebook policy and updation.

Policy query - iframe app posting to multiple (5) friends wall

After some advice.
I have a client wishing to have an app which lets them download a voucher to redeem in store but only after they post details of this offer onto 5 friends' walls.
My understanding of current Facebook policy suggests that:
1) Promotions can't require users to take any action on Facebook other than to like the page (likegate);
2) Messages posted to multiple friends at once should be unique and personally initiated - i.e. an app shouldn't bulk post to multiple users. Instead users should share things on their own wall....
Am I correct in this understanding?
If so, can anyone point me at the relevant facebook policies - can't seem to find them on the site.
Yes, those are exactly what I read on the policies page. However to be absolutely sure, you should have your corporate attorney read them and consult with you.
See
http://developers.facebook.com/policy/
and
http://www.facebook.com/promotions_guidelines.php

Facebook Comments Plugin - Allowing user with session to delete comments

I'm not sure if this is possible but I'll just ask. I'm using the FB comments plugin on my site, I know there are admin privileges as to be able to let admins moderate the comments, what I would like is for a way to allow the user to delete comments, like if the user was on FB he can delete comments made on his posts. Is this possible?
There are no settings for this. Users can only delete their own posts. You would have to contact Facebook directly to request this.

How to Post to a specif users wall - using graph API

I have successfully posted a message to my own feed (logged in users).. now am trying to post to a specif friends wall... but no luck so far..
I tried putting the parameter "to" with the target users ID but the post is still happening in my news feed and can see by all others..
Please help
Anz
It's all in the documentation
Most write operations require extended
permissions for the active user. See
the authentication guide for details
on how you can request extended
permissions from the user during the
authentication step.
/PROFILE_ID/feed write to the given profile's feed/wall