Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
207 views

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 Page(); ...
5
votes
1answer
932 views

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 ...
2
votes
0answers
255 views

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 ...
2
votes
1answer
73 views

how to prevent remote form posting in ajax?

How can I limit my php file that I use in ajaxRequest.open to be accessed through specific pages? I want to use something like sessions to prevent remote form posting becuase many guessed passwords ...
1
vote
2answers
169 views

Is Facebook now requiring an image when providing a link to a status update?

I've received the following error twice today when trying to post a status update via the graph API. This is also the first time it shows up. (#100) img objects must have valid 'src' and 'href' The ...
1
vote
3answers
36 views

Posting elements generated by JS (JQuery) to a PHP script

so I'm writing this form for teams and doing this 'add player' function where you enter a player name in a textfield, check a box for medically ok and click a button which then appends the name to a ...
1
vote
1answer
210 views

Post Privately to Facebook Application Wall Page

When you publish a post to your application's wall, is it possible to set the privacy of it? As per the "privacy" option mentioned here: http://developers.facebook.com/docs/reference/api/post/ ...
1
vote
2answers
63 views

Posting form data

I have an HTML form which I want to post data to then display some text to the user. I've heard several people discuss this idea: should the user go from [form page] -> [processing form post page] ...
1
vote
1answer
117 views

What is best way to post data to an url if someone does not call an web service?

Alright...I have kind of a big quesstion...ok here goes...Usually if i understand it well...web services work in a way that i write a method to get some data from the database and then some other ...
1
vote
2answers
360 views

jQuery .post with array of dynamic variables

I've just tried and more or less given up on sending an array to a jQuery post function, which are then layed out as POST variables. I've read a lot of the similar questions on here, but none seems ...
1
vote
3answers
2k views

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 !
1
vote
1answer
414 views

Form posting - postback then post, (Paypal) is this possible?

I need to submit my cart to paypal in a <form />, (using the web payments standard option). Rather than draw the contents of this form to the page, and have the 'place order' button post ...
0
votes
0answers
31 views

not able to post messages to friends wall but am able to post to my own wall

I am not able to post the message to friends wall using the friends Id. I am using the below piece of code [CanvasAuthorize(Permissions = ExtendedPermissions)] public ActionResult MessagePost(string ...
0
votes
1answer
28 views

Posting to Facebook specific friend list using Facebook android SDK

I am successfully posting to Facebook wall, but I want that user can choose whether they want to post it to some specific friend list e.g. Acquaintances, Family etc My code is giving this error : ...
0
votes
1answer
21 views

How do I post a like button to another social media website?

I do not own my own website, but I wish to be able to add a like button that links to a page that I own on other websites. How can this be possible?
0
votes
0answers
30 views

Add an App to my facebook page for my IOS game

My IOS App developer is trying to add my APP to my Facebook page. I created the page a month ago to promote an IOS game. But I'm getting this message: "This content is currently unavailable The page ...
0
votes
0answers
60 views

Posting a video link on friends wall

I'm working on a site where visitors can leave a personal message for a friend in a video. The visitor will get the possibility to share this message through twitter and facebook. What we would like ...
0
votes
1answer
26 views

User Posting Content on an ASP.NET website [closed]

I am working on making a website for an organization and I need to create a service so that the client can add events and news, among other things, to the website after deployment. I have been unable ...
0
votes
0answers
64 views

How to create Facebook From > To wall feed posting?

I want to create a posting via PHP from one person to another. I am using the following code: $post = $this->api( $friendid.'/feed', 'POST', array( 'message' => 'message part', ...
0
votes
1answer
42 views

Disable some posting options in Facebook Sharer

I wish to limit the posting options available in the Facebook sharer (www.facebook.com/sharer/sharer.php) so that users can't share on a friend's wall or in a group. I do not wish to use the Send ...
0
votes
2answers
80 views

Allow a website to post to somebodies facebook wall

I made a photography website for a friend and theyve asked me if its possible to add a button on each photo saying "share on facebook" so it posts on there wall saying something like "Check out this ...
0
votes
1answer
19 views

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?
0
votes
2answers
150 views

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 ...
0
votes
1answer
43 views

.Net 2.0 Form tag

I have a .net application with aspx coded like: ... <form id="Fac_Status" action="TEST.aspx?Section=rel" method="post" runat="server"> <asp:Button id="BTN_ActSTADD" runat="server" ...
0
votes
1answer
179 views

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 ...
0
votes
1answer
61 views

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 ...
0
votes
1answer
247 views

Posting an image with on facebook using flex

I trying to post an image along with the link on facebook.I am able to login get the user details but I am not able to post the image and the link.Following is the code I used <s:Application ...
0
votes
0answers
412 views

How to post image on facebook by FB connect if i dont know the image path

I am having trouble in posting image on facebook due to a bunch of codes were used to modify the picture before posting. Here is the code below. - (void)postToWall { CGRect subviewFrame1 = ...
0
votes
1answer
183 views

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 ...
0
votes
0answers
54 views

Posting JPG file to FTP server Without using serverside coding

I am trying to post JPG file to FTP server but without using any php code on server side. I tried using FTPClient but it doesn't worked. Anyone worked before on it. Please give me some links or ...
0
votes
1answer
187 views

Posting xml file to ftp server in android

I want to send XML file to FTP Server. Any one done this before? Please give useful links or code. Thank You
0
votes
0answers
205 views

Facing problem in posting comments on facebook in an iphone application

I am posting comments on facebook through my iphone application. Till thursday it was working fine. But after that when i successfully login to facebook via my app it won't call this method - ...
0
votes
2answers
560 views

iPhone - posting image to Tumblr using API will not actually post

Hey guys, I am attempting to post and image-type post to Tumblr using someone's created code in a button press however when the button is pressed the NSLogs do not show up. The view that takes in the ...
0
votes
2answers
115 views

Finding the only visible <div> which contains a dynamic <ul> and returning the <ul> id

I have a bunch of dynamic tabs (div's) such as: <div id="collection"> <div id="tab-1"> <ul id="sortable-tab-1"> <li> </li> </ul> ...
0
votes
0answers
175 views

Flex Project post wait for response

In Flex I am trying to post to a file, and return some variables. When I do it, I have to click the button twice before anything happens. I think the 1st time is taking too long for the response. Can ...
0
votes
1answer
342 views

How to make FBML comment box post to my website FB page not my personal page?

I am attempting to use an FBML comment box on my website so that it will post comments to my FB page associated with my website and not my personal FB page. Any suggestions on how to make this happen ...
0
votes
1answer
32 views

Behavior while passing objects inside objects in asp.net mvc?

I am sure everyone has come across this but I thought will ask this anyways. So here is what I have - public class ABC { public int x; public int y; public XYZ obj; } public class XYZ { int ...
0
votes
2answers
540 views

PHP Jquery Wall Post

I'm trying to build a post-to-wall system. I followed a tutorial and it looks like I'm fairly close. However, loads of warnings come up when I post instead of the actual post. Do I need to setup a ...
0
votes
1answer
141 views

Whate are some locations to post job requests for iPhone developers online?

I am looking for an iPhone developer for a consulting job. The job is a single project and will have a well defined set of requirements. The problem is I don't know where to go to post for something ...
0
votes
4answers
783 views

issues using facebook iphone api to post image and text

I have been trying to use the facebook iphone api to publish an image and some text from my app (i.e. using FBRequest call:@"facebook.stream.publish" with the appropriate params. I've found that the ...
-1
votes
2answers
273 views

PHP product listing page total amount to post to payment form [closed]

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 ...
-2
votes
1answer
699 views

Bulk posting in Craigslist PHP code [closed]

<?php class cURL { var $headers; var $user_agent; function cURL() { $this->headers[] = 'Connection: Keep-Alive'; $this->headers[] = 'Content-type: ...