Questions tagged [posting]
157 questions
1
vote
1 answer
How can I log posting timeout in asp .net
I have some websites with order forms. How can I log timeout if it occurs. Where is the place can I put my log code?

vNext
- 1,102
- 4
- 16
- 28
1
vote
1 answer
Posting to Facebook specific friend list using Facebook android SDK
I am successfully posting to Facebook wall, but I want that user can choose whether they want to post it to some specific friend list e.g. Acquaintances, Family etc
My code is giving this error :
{"error":{"message":"(#100) privacy must contains a…

Adil Bhatty
- 17,190
- 34
- 81
- 118
1
vote
1 answer
Disable some posting options in Facebook Sharer
I wish to limit the posting options available in the Facebook sharer (www.facebook.com/sharer/sharer.php) so that users can't share on a friend's wall or in a group. I do not wish to use the Send button.
Is there a way of disabling these options?

Omri
- 723
- 1
- 11
- 13
1
vote
2 answers
Allow a website to post to somebodies facebook wall
I made a photography website for a friend and theyve asked me if its possible to add a button on each photo saying "share on facebook" so it posts on there wall saying something like "Check out this photo on blahblah...". I know this is possible but…

TMH
- 6,096
- 7
- 51
- 88
1
vote
2 answers
Is Facebook now requiring an image when providing a link to a status update?
I've received the following error twice today when trying to post a status update via the graph API. This is also the first time it shows up.
(#100) img objects must have valid 'src' and 'href'
The post I am trying to send contains a message as well…

Patrick St.Onge
- 173
- 1
- 10
1
vote
3 answers
Posting elements generated by JS (JQuery) to a PHP script
so I'm writing this form for teams and doing this 'add player' function where you enter a player name in a textfield, check a box for medically ok and click a button which then appends the name to a div above, adds the value to an array and clears…

DexCurl
- 1,683
- 5
- 26
- 38
1
vote
2 answers
Posting complex json to api
I want to post json. here is what my parameters look like:
let parameterDictionary = [
"customer_name": "John Doe",
"customer_phone": "1234567890",
"customer_address": "Velit incidunt odit atque quaerat ipsa.",
"note": "Sequi…

hummaan
- 113
- 1
- 5
1
vote
0 answers
posting content automatically with login
I'm trying to submit content to a website on behalf of a client. Most similar websites will allow me to integrate by sending them an XML feed and automatically posting but this particular site wants a ton of money for this simply integration.
I'm…

dan sapir
- 11
- 1
1
vote
1 answer
What is docID in IndexReader.getTermVector(int docID ,String field) in Lucene 8.5.1 and how does it work?
I am trying to get all of terms and related postings which called Terms from a Lucene`s document field(i.e. How to calculate term frequeny in Lucene?). According to documentation there is a method to do that:
public final Terms getTermVector(int…

Hamed Sanaei
- 121
- 13
1
vote
1 answer
After submit nothing happens
I'm building a forum with Laravel. After clicking the submit button to create a new thread nothing happens, the user is not redirected and the thread doesn't appear in the database.
Here's my controller:
public function store(ThreadValidation…

Lidia Mokevnina
- 115
- 1
- 8
1
vote
1 answer
How to create multiple dynamic image slider ? [using PHP, MySQL & vanilla JS only ! ]
I'm new to PHP and JS programming and need help with my website project.
In a other question, I had a problem with an image posting system, which is solved:SOS! How to display image albums in posts? [using PHP and MYSQL only].
Now I want to modify…

Coding Noob
- 41
- 1
- 1
- 7
1
vote
0 answers
Data doesn't pass through the database when "CuteEditor" is used in XML Form Configuration
I have a vb app that uses configuration files to save data into the database. It's using an editor called "CuteEditor".
Below is what I have for config.
CuteEditor
No
17
…

peter
- 13
- 2
1
vote
1 answer
Posting form using AJAX
can anyone please help me with sending the below form using Ajax. All I want is to send it to the trolley1.php page for processing, no call backs or anything like that. Basically replicate the form but sending it with Ajax so the page does not go to…

fen_coding
- 13
- 4
1
vote
1 answer
Post Privately to Facebook Application Wall Page
When you publish a post to your application's wall, is it possible to set the privacy of it?
As per the "privacy" option mentioned here:
http://developers.facebook.com/docs/reference/api/post/
Privacy seems to be ignored when I try it (and I am…

Phil_Ken_Sebben
- 249
- 1
- 5
- 15
1
vote
2 answers
Posting form data
I have an HTML form which I want to post data to then display some text to the user. I've heard several people discuss this idea:
should the user go from [form page] -> [processing form post page] -> [display page] or should the user just go to a…

KingFish
- 8,773
- 12
- 53
- 81