Has anyone ever sent a raw http Post? I can't find answers anywhere, and am totally stuck.

2015-01-06 Thread Jason Stedman
Ginger, This forum is dedicated to issues specific to the api itself. Your question is well outside the scope of the api and is more a general coding problem. That being said, your problem is not as simple as it seems. Even once you get a local html page to load, you wold have to bypass the

Re: Has anyone ever sent a raw http Post? I can't find answers anywhere, and am totally stuck.

2015-01-06 Thread Michael Cloonan (AdWords API Team)
Hello, Unfortunately, storing a static file that you would post repeatedly is not going to work. The access token you use in the Authentication HTTP header is only good for a maximum of one hour before it expires. Like Jason said, we're here to help you if you have API-specific issues, but I

Has anyone ever sent a raw http Post? I can't find answers anywhere, and am totally stuck.

2015-01-05 Thread Ginger Fenway
No one has responded to a prior post, and I am in such a desperate dilemma that I humbly re-submit this request for a assistance. I am new to development but have tried working this out myself, using creative examples found on StackOverflow and the other usual suspects. *I HAVE AN HTTP POST