September 14, 200916 yr When I try to register a function, I get the following compile error. I get something similar if I just run the script. I tried installing the plugin using the AutoUpdate, and manual installation. OS: Windows XP SP3 FMP: 10 Advanced Any ideas? I didn't get this error with 3.0. Edited September 14, 200916 yr by Guest
September 14, 200916 yr Author It is just the demo file...the only thing I did was click on the Register Function for "Post Data to URL". If I "Run Script"...it gives me this:
September 15, 200916 yr Author Jesse, Just an FYI. I tested some of the other functions in the file. All of the ones I tested work fine, except that one (Post Date to URL). Unfortunately, that was the one I really needed. Let me know what you find, or if you need me to test some stuff. I tried that function, both at my office and at home. Same result.
September 15, 200916 yr Sorry, stupid mistake on my part - I made a last minute change and didn't test it. You need to put a quote after utf-8: Change this line: String response = conn.getInputStream().getText("utf-8); to this: String response = conn.getInputStream().getText("utf-8"); Sorry - my bad!
September 15, 200916 yr Author Thanks Jesse. Actually, I saw it just before I saw your post. Now to figure how to use it!!! Starting with Twitter, and then some more complex stuff. Edited September 15, 200916 yr by Guest
Create an account or sign in to comment