Questions tagged [cross-posting]

7 questions
3
votes
3 answers

Post a form from asp to asp.Net

I have a classic asp application. I want to post a contest form from that page to an Asp.Net form. The reason is that I want to use a lot of logic i have built into an Asp.Net page for validation before entering into the database and I don't know…
Armstrongest
  • 15,181
  • 13
  • 67
  • 106
1
vote
0 answers

asp.net Page.PreviousPage Scope

I am using ASP.net 3.5 I have a page cross posting to another page which is unfortunately a requirement of my design. In order to access the values on the previous page which did the submission i define some set/get elements for the 3 values I need…
Jordan
  • 2,708
  • 4
  • 22
  • 35
1
vote
2 answers

Does the Facebook graph API, video_insights gives data for crossposted video?

I have linked two pages to have crosspost access. Published a video post(Post11) in Account1 and gave permission for Account2 to crosspost the video. Account2 created a post(Post21) with the same video used in Post11. Got engagements on both the…
Steve
  • 381
  • 1
  • 6
  • 16
1
vote
1 answer

Tag, Send messages and post messages in LinkedIn - programatically

Is it possible to send messages or tag (people) to strangers / non connections in LinkedIn programatically? I would also like to know if it is possible to post in groups with out being a member in the group in LinkedIn.?
0
votes
0 answers

Facebook OpenGraph API: How do I retrieve a list of all crossposts that use my video?

My ultimate goal is to retrieve a list of all crossposts of a video, each with the number of views that occurred on that specific post. This information is available in the video modal in Business Manager, but I need to get the breakdown in an…
0
votes
2 answers

Client Rendering Problem after 'page.' calls

I have tried, 'PreviousPage', 'PreviousPage.IsCrossPagePostBack' 'Page.previousPage', page.title It causes the client to stop rendering the page after this line. simple example protected void Page_Load(object sender, EventArgs e) { response.write("I…
jukus
-2
votes
2 answers

Post to Wordpress from Facebook

I've got a client who is more familiar and confident with the facebook intefrace and would like have her posts from Facebook Business page be autoposted on her Wordpress blog. Any hints on how to achieve this. I understand the benefits of getting…