Questions tagged [posting]

157 questions
0
votes
1 answer

Android Facebook SDK caption with urls not posted in FB wall

I can successfully post an image to FB using the following code byte[] data = null; ByteArrayOutputStream baos = new ByteArrayOutputStream(); photo.compress(Bitmap.CompressFormat.JPEG, 100, baos); data = baos.toByteArray(); Bundle parameters…
Chatura Dilan
  • 1,502
  • 1
  • 16
  • 29
0
votes
0 answers

Self-signed certificate for servers hosting secure Facebook applications

We have a website, for which we have Self Signed Certificate available. We are posting our customized flash player to FB easily where secure browsing for FB is disabled by the end user. We need to post our flash player where secure browsing is…
0
votes
1 answer

Posting multiple Arrays of objects from Javascript to MVC

I have found many answers for posting 1 array of objects to MVC, but I'm struggling with multiple. It's probably something small I'm missing. This is my JS: $.ajax({ type: "POST", url:…
Odg20
  • 11
0
votes
0 answers

My complex object loses its Data when posting with mvc 3

hi I'm tryin to post a complex class witcht itzelf holds different comlex classes public static readonly PropertyInfo> RoomsWithServicesListProperty = RegisterProperty>(c =>…
0
votes
1 answer

Liferay hook input post on same page

I'm trying to retrieve a post value from a hook on the same page so when i value is right, content will appear. I added this code in the hook to have it on the specified page.
Haider Ghaleb
  • 83
  • 2
  • 12
0
votes
1 answer

What is the best way to add a reply system on a message board im programming?

I am currently coding a board, quite similar to a chan at this point in it's life but it wont end as such. Anyways currently I have a basic system working boxes up top, type in than it posts down below. Now to display the information (it is…
NardCake
  • 130
  • 2
  • 9
0
votes
2 answers

how to post to wall after logging in to FB

i will like to know how to post to my own wall with a string @"123456789" after logging in to FB with this facebook = [[Facebook alloc] initWithAppId:kAppId andDelegate:self]; // Check and retrieve authorization information NSUserDefaults…
Desmond
  • 5,001
  • 14
  • 56
  • 115
0
votes
1 answer

Android app facebook integration failure

I have a problem with my app and I don't know if the problem is obvious. I have managed to post things to my facebook wall using the app I have created for Android. But when I distribute this app to my testers, they don't get to the login window.…
androidios
  • 11
  • 5
-1
votes
2 answers

PHP product listing page total amount to post to payment form

i am using a SIM API to run credit card payments through my site. Specifically Authorize.net I have a one product with a product listing a quantity field and a purchase button. I need the amount that posts to be updated if the customer changes the…
Ann K
  • 49
  • 2
  • 9
-1
votes
1 answer

When posting a page from my website on LinkedIn, - Building HTML pages with 'og' meta tags to be LinkedIn friendly

How does one control what image and title appear when posting a URL to LinkedIn? I manage my company's website efficienty and write all the HTML, CSS, jS and PHP when necessary. One nut I cannot crack however is getting LinkedIn to pull the correct…
-1
votes
1 answer

Posting a picture from a Facebook app

I am writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like this (most of the books I've find were from 2008…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
-1
votes
1 answer

Using WebClient how do I code the data parameter for posting to a URI?

I have created a test html form using the code shown here which, when I enter a value in the Key textbox, select the first of the two Types and click the Continue button the browser window will navigate to an XML version of a web page. If I replace…
-1
votes
1 answer

Can't post to LinkedIn via API

here is my code: $url = 'https://api.linkedin.com/v1/people/~/shares?oauth2_access_token=XXXXXXX'; $url .= '&format=json'; $postdata = http_build_query( array( 'comment'…
Igor
  • 11
  • 2
-1
votes
2 answers

HTML form is not posting the data through PHP

I am currently creating an interface for users to enter details in regarding their pets. I am using two php pages, one with a html form in which allows the users to enter the data and the other one to display the data. I have currently encountered…
my name jeff
  • 89
  • 1
  • 9
-1
votes
1 answer

blog posting schema any suggestion?

is it ok for blogposting schema.org... Do you think there are errors?... any suggestions... thanks
1 2 3
10
11