Questions tagged [posting]

157 questions
24
votes
5 answers

How to Post to Facebook on iOS 6 in Objective-C using ACAccountStore class

I want to know how to post a status message to Facebook on iOS 6 using the new frameworks on Xcode 4.5. Thanks! :)
jaytrixz
  • 4,059
  • 7
  • 38
  • 57
11
votes
2 answers

connection didReceiveData called twice while posting a Url in iphone?

I am new to iphone development.I have posted the URL with the user-name and password. I am able to print the data in "connection didReceiveData " method.But i see "connection didReceiveData" method called twice.I don't know ,where i am going…
Warrior
  • 39,156
  • 44
  • 139
  • 214
8
votes
1 answer

SERVICE_VERSION_UPDATE_REQUIRED and Google play service out of date while integrating Google Plus in android

I have integrated Google Plus in Android App.I am using Android SDK version 4.2.2. But I got this error while performing sharing post on google plus : Google Plus Service Out of date and ConnectionResult…
Ponting
  • 2,248
  • 8
  • 33
  • 61
8
votes
2 answers

Posting Array to PHP using ajax

I'm having issues posting an Array to a PHP page using AJAX. I've been using this question as guidance, but for whatever reason I still can't get it to work. From what I can tell by using print_r($_POST), I am posting an empty Array, but on the…
EzAnalyst
  • 253
  • 3
  • 4
  • 12
6
votes
1 answer

Posting on Tumblr using oAuth and C#

I'm trying to develop a simple application to interact with Tumblr using v2 APIs. I'm able to go past every step in the oAuth flow (thanks to the documentation found on Twitter) and obtain an authorized and authenticated token and secret. But when…
Narrakan
  • 61
  • 1
  • 3
6
votes
2 answers

Posting same form to different actions depending on button clicked

I have a similar post on this on StackOverflow but perhaps my misunderstanding is more substantial. I have an action Index() and an Index view its rendering. From Index() view depending on the button clicked [HttpPost]Index() or [HttpPost]Search()…
mishap
  • 8,176
  • 14
  • 61
  • 92
6
votes
2 answers

Publishing posts in WordPress using jwordpress

I am using jwordpress-0.4.jar to post to a WordPress installation. The code I am using is: Wordpress wp = new Wordpress(username, password, xmlRpcUrl); Page recentPost = new…
Khoyendra Pande
  • 1,627
  • 5
  • 25
  • 42
4
votes
0 answers

Posting on Facebook - error - The user must be an administrator of the page in order to impersonate it

I'm posting automatically news from web site to FaceBook: www.rybnik.com.pl -> rybnikcompl It worked fine for a few months. But 2 days ago I noticed error: "The user must be an administrator of the page in order to impersonate it." As I know…
PiotrW
  • 41
  • 1
4
votes
1 answer

Send Image and Text both using ACTION_SEND or ACTION_SEND_MULTIPLE

- We have tried to post image and text using the below code: final Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND_MULTIPLE); shareIntent.setType("image/png"); shareIntent.putExtra(android.content.Intent.EXTRA_STREAM,…
Dhruvil Patel
  • 2,910
  • 2
  • 22
  • 39
3
votes
1 answer

can facebook open graph objects be created dynamically?

I am developing a facebook application. I have a custom object created in the open graph, below listed are few of my concerns Do every object instances under a specific object type require a unique web page? I am using JS SDK to post open graph…
Anoop Kc
  • 147
  • 1
  • 9
3
votes
2 answers

submit a form among others after the forms are added to page

I have a page with a search button. After hitting the submit button an ajax request is made to get the json from the controller and fill my page with many boxes of products. Each box is a new form with a submit button. I want to be able to submit…
Chriz74
  • 1,410
  • 3
  • 23
  • 47
3
votes
1 answer

Checkboxes not posting in PHP

So I am trying to get the value from 3 checkboxes that will later be sent to a database, but for some reason they are not posting in PHP when im testing.
s.K.
  • 65
  • 1
  • 8
3
votes
0 answers

How to posting to WordPress using C#?

I want to write a program that can post data into WordPress using C# via POST method. I have no idea to do that. I hope someone help me some ideas. WordPress have any API support that ? Thanks !
Shinichi
  • 475
  • 4
  • 7
  • 25
3
votes
2 answers

ASP Classic: twitter and facebook autoposting without signing in

In work I got a task (we MUST work with ASP Classic by the way): when user posts a blog, a link to that blog should be posted automatically on user's facebook timeline and in his twitter. I made everything working, but there is one problem: user…
chr
  • 66
  • 5
2
votes
1 answer

Posting app-generated comments on Facebook page using Java

I'm trying to post comments on an app page in Facebook. My application is written in java using spring MVC. The functionality i like to implement is whenever i post some text on my page from my back-office the same message to be posted on my…
Mitko Zafirovski
  • 71
  • 1
  • 1
  • 5
1
2 3
10 11