Questions tagged [posting]
157 questions
1
vote
2 answers
Working with an untrusted ssl certificate for c# Post
We have created a certificate in IIS6 and applied it to a site using SSL.
Now the same program we have used before will not work. As I understand it c# supports HTTPS transparently so I believe it must be with the "untrusted" cert. After turning the…

user685590
- 2,464
- 5
- 30
- 42
1
vote
1 answer
How do I place threads at the top(bump) based on last user post?
http://www.vidyasocks.com/requests.php
I want it so when I post in a thread it will bump that thread to the top.
This is what I currently have for the page"SELECT * from forum ORDER BY id DESC LIMIT 12";
The database has thread with an id(pk) and…

Web Owl
- 567
- 2
- 15
- 29
0
votes
1 answer
show content of iframe tab/app when post link
I'f made a Facebook tab/app and published it on my facebook-page.
Now if I post the link to the tab/app (e.g. https://www.facebook.com/MY-FACEBBOK-NAME?sk=APP-ID)
it loads only my profile-image.
Is it possible to display the information from the…

Ichse
- 1
0
votes
1 answer
Posting to tumblr sub-blog via the API
I'm trying to use the API to post to my secondary blog and not the main one. Is that possible?
What's the request?

user825608
- 11
- 3
0
votes
0 answers
Attempts to post correct Python code fail - sute review demands indents where none should be, Ibdebts fauk ti run
I tried to post a question about Treeview with minimal code. The site filter demands that the code be indented and blocks the post. I've tested multiple indent forms and all fail. The minimal code contains no flow control or subordinate…

farkled
- 1
- 2
0
votes
1 answer
Different form of posting messages on the forum
Does any of the free forums (phpBB, SMF, etc.) allows you to select different required fields (to posting messages) for different sections of the forum?

skywind
- 892
- 6
- 22
- 44
0
votes
0 answers
Post to Twitter / Python - Code is accessing profile, but I don't see anything on timeline
So I have this Python Script
import base64
import hmac
import hashlib
import time
import random
import urllib.parse
import requests
from requests_oauthlib import OAuth1
# Replace these values with your own keys and tokens
consumer_key =…

Einar Petersen
- 145
- 8
0
votes
1 answer
How to use Facebook Application to write a notification to Users
i'm developing an application for a university exam, using Appengine and Gwt (Google products) and i'd like to implement Facebook this way:
- give the ability to a FB user to login to the application through facebook (did this implementing the…
0
votes
1 answer
.Net 2.0 Form tag
I have a .net application with aspx coded like:
...
0
votes
1 answer
Open Graph Publishing
I'll try my best not to make this too long winded.
Basically, with Open Graph, if a user 'likes' a web page (in my example, a blog), you can set it up so that when a new post is added, an entry is shown in their news feed linking to it.
For how this…

Pete Robinson
- 39
- 6
0
votes
0 answers
django start session with post as login
instead of creating a user i would like to sort things with cookies/sessions, but I'm very lost on how to do that. Tried a few things, but it didn't really work.
So instead of a login page, the client has to upload to enter the main page. i would…

amber
- 27
- 6
0
votes
1 answer
Why does file_get_content fails to locate file when the directory is correct?
I have a test shortcode to read a JSON file:
function test( ) {
$strJsonFileContents = file_get_contents("./node.json");
$array = json_decode($strJsonFileContents, true);
echo var_dump($array); // print array
}
add_shortcode( 'test',…

Ooker
- 1,969
- 4
- 28
- 58
0
votes
2 answers
Are there any opportunities to tokenize hashtags into multi-words tokens?
I am currently analyzing Instagram postings which often have hashtags containing more than one word (e.g. #pictureoftheday).
However, tokenizing them within the R package tidytext results in only one token. Instead, I would like to have more than…

Karl
- 1
- 1
0
votes
1 answer
I'm having an issue posting my app to heroku
So my issue is whenever I attempt to push my app to heroku it attempts to do so but then when the percentage section shows up it can never get past 70%. I have scanned the error message, ran npm run build which worked perfectly normally, scanned the…

StarGaming225
- 1
- 2