Questions tagged [reply]
257 questions
0
votes
1 answer
How to authorize as a Venue in Foursqaure Oauth dialog?
If you see the Oauth dialog window below, you can see the defaults are usually "Authorize as a User" or "Authorize as a Page". How to force "Authorize as Venue"? I need this in order to use the Special API for venues.
And also can anybody show me…

Dilip.m
- 104
- 1
- 5
0
votes
1 answer
Facebook Graph reply to Search Result
In the twitter search API you can use the unique id every search result has to reply to that post.
eg (php):
$twitter_json = file_get_contents("http://search.twitter.com/search.json?q=".$query."&lang=en", true);
$twitter_search_res =…

iRector
- 1,935
- 4
- 22
- 30
0
votes
1 answer
c++: BOOST_ASIO Server reply isn't as expected?
Basically I have a client where I send a string of 10 bytes hellohello to a server and within the server I expect the reply to be 0123456789 back to the client but instead I get hellohello again? I changed the char data_ to char data_out on line 58…

pandoragami
- 5,387
- 15
- 68
- 116
0
votes
1 answer
PYTHON - socket management
I'm trying to implement a multi-ping code in python, but the problem is that in the following code both the sockets I defined seems to receive the SAME PACKET from the SAME DESTINATION! Why does it happen? O.o
------------------- UPDATE…

NotoAnonimo
- 151
- 2
- 7
0
votes
2 answers
Auto submit from email
I don't know if there is a easier way to do this, im starting out with php, I am trying to add a link to a email letter so that once the link is pressed it opens a webpage and auto submits a form to my email address with just a reference number that…

Damien
- 1
0
votes
2 answers
How to implement a JMS router with request-reply pattern
I have a couple of applications which need to communicate with each other using JMS. I will describe them as Server and Client. The following steps are performed:
The Client sends a request to the Server remembering the message ID.
The Server sends…

siebz0r
- 18,867
- 14
- 64
- 107
0
votes
1 answer
PHP/iCal appointment reply target
I found several great tutorials for generating an event (.ics) email in PHP, such as this one here.
However, I'm hoping that there is some way to possibly set up a "reply target" as a URL? I would like to avoid setting up a reply email catcher,…

Randy Hall
- 7,716
- 16
- 73
- 151
0
votes
1 answer
Node Reply in Drupal 7
Can I do something like this.
On specific node type there should be a form attached with few fields.
Once someone sends reply through that form. It first goes into "Moderation area" to a specific role ( i.e, Reply Administrator)
Once Reply…

amjad1233
- 21
- 7
0
votes
2 answers
JQuery 'Reply' hyperlink in PHP while loop
I have a simple PHP while loop which executes a list of tabular comments/posts from the SQL database. Each post has a reply hyperlink that that will open a textarea (form) below the post which will allow the user to reply to that specific post. It…

Raja
- 369
- 2
- 5
- 18
0
votes
1 answer
php curl empty reply from server
I have a problem with php curl.
I am using this script
curl_setopt($ch, CURLOPT_HEADER, true); // header will be at output
curl_setopt($ch, CURLOPT_NOBODY, false);
$content = curl_exec ($ch);
$info = curl_getinfo($ch);
if ($content === false…

user1346743
- 56
- 1
- 10
0
votes
2 answers
Javascript: Replacing chan-like replies within a string
I am here because I need help solving this problem. So I have this string (for example). Oh and obviously the >> are displayed as >>.
Lorem ipsum dolor sit amet >>21, consetetur sadipscin>>22g elitr.
>>11 I…

Jonas Kaufmann
- 1,797
- 3
- 22
- 43
0
votes
1 answer
Detecting reply tweets
Possible Duplicate:
Replies to a particular tweet, Twitter API
Is there a good way to detect whether a tweet was a reply to another tweet.
Right now I'm thinking of checking the first character of the tweet - if it's an @, then it's a reply. But…
user196106
-1
votes
4 answers
How do I get the ID value from the url?
I am trying to make my own forums using a tutorial. I have already fixed quite a lot of errors and I have 1 left to do.
When you post a reply on a thread it will save your reply in a MySQL database. You reply will have an int that matches with the…

Mitchell Verbeek
- 19
- 1
- 1
- 4
-1
votes
1 answer
How do I create a nested reply system in HTML, JS?
I am working on a website where users can post text, and others can reply, so essentially a forum. I need the replies to be nested (up to a set point) and callable from a query string (each nest of replies needs to be correlated to a specific and…

Tapey
- 3
- 3
-1
votes
1 answer
How can i make the bot reply to a message which is a reply by me discord
Like if I sent a message replying to a bot message, i want the bot to react to it
Language I use => Javascript!