FACEBOOK AS3 API / Error 200 when posting in wall

Hi friends
I'm using the "PublishPost" method form the "AS3/Facebook API" to publish in the current user wall, but Facebook returns me a code:200 "Permissions Error", I'm just using the simple following code:
1. ----------------------------------------------------------------------------------------- ---------------
session = new FacebookSessionUtil( this.API_KEY, this.SECRET_KEY, this.scope.loaderInfo );
fbook = session.facebook;
session.verifySession();
2. ----------------------------------------------------------------------------------------- ---------------
PostTool.postInWall( fbook );
3. (inside a PostTool class) ----------------------------------------------------------------------------
static public function postInWall( fbook:Facebook, message:String = "... Testing..." ):void {
   var post:PublishPost = new PublishPost( message );
   var call:FacebookCall = fbook.post( post );
   call.addEventListener( FacebookEvent.COMPLETE, completeHandler );
static private function completeHandler(e:FacebookEvent):void {           
   trace( "RESULT: \n" + e );// RETURNS CODE 200, PERMISSIONS ERROR
Some help????
MANY THANKS!

Hey,
I got this to work...yesterday.  Here is the code I used.
Good Luck,
Paul
package
import com.facebook.graph.Facebook;
import com.facebook.graph.FacebookMobile;
import mx.binding.utils.BindingUtils;
import mx.collections.*;
import mx.managers.CursorManager;
import spark.components.*;
import views.FacebookWallPosterHomeView;
public class BusinessLogic
private static var instance:BusinessLogic;
public var appView:FacebookWallPosterHomeView;
public var appID:String = "<APP_ID_HERE>";
private var permissions:Array = ['publish_stream','create_event','rsvp_event','sms','offline_access','email','read_insigh ts','read_stream','user_about_me',
'user_activities','user_birthday','user_education_history','user_events','user_groups','us er_hometown',
'user_interests','user_likes','user_location','user_notes','user_online_presence',
'user_photo_video_tags','user_photos','user_relationships','user_religion_politics','user_ status',
'user_videos','user_website','user_work_history','read_friendlists','read_requests','user_ notes'];
public var loginId:int=0;
public static function getInstance():BusinessLogic
if(instance == null) {
instance = new BusinessLogic(new SingletonEnforcer());
return instance;
else
return instance;
public function BusinessLogic(enforcer:SingletonEnforcer){}
public function login():void
FacebookMobile.login(loginHandler, appView.stage, permissions);
public function loginHandler(success:Object,fail:Object):void
CursorManager.setBusyCursor();
if(success)
trace(success.user.name);
loginId=success.user.id;
getItems();
else
login();
CursorManager.removeBusyCursor();
public function getItems():void
var query:String = "SELECT uid,status_id,message FROM status WHERE uid = me()";
FacebookMobile.fqlQuery(query, getPostsReturn);
protected function getPostsReturn(success:Object,fail:Object):void
CursorManager.setBusyCursor();
if(success)
appView.messages = new ArrayCollection();
for (var j:int = 0; j < success.length; j++)
appView.messages.addItem(success[j]);
trace(success[j].message);
CursorManager.removeBusyCursor();
public function addWallPost():void
CursorManager.setBusyCursor();
var data:Array = new Array();
data["message"] = appView.txtMessage.text;
FacebookMobile.postData("/feed", postCallback, data);
protected function postCallback(success:Object,fail:Object):void
var data:Array = new Array();
data["message"] = appView.txtMessage.text;
data["status_id"] = success.id;
data["uid"] = loginId;
appView.messages.addItemAt(data, 0);
appView.txtMessage.text="";
CursorManager.removeBusyCursor();
public function removeItem(o:Object):void
var data:Array = new Array();
data["id"] = loginId+"_"+o.uid;
data["method"] = "delete";
//FacebookMobile.deleteObject(loginId+"_"+o.uid, deleteCallback);
FacebookMobile.postData("/delete", deleteCallback, data);
protected function deleteCallback(success:Object,fail:Object):void
appView.messages.removeItemAt(appView.lstMessages.selectedItem);
CursorManager.removeBusyCursor();
public function setAppView(myView:FacebookWallPosterHomeView):void
appView=myView;
protected function logout():void
FacebookMobile.logout();
class SingletonEnforcer {}

Similar Messages

  • Error ki280 when posting a billing document

    I am running into a ki280 error message when posting a billing document. This happens to be for a situation that includes a customer down payment, the error message is not encoutered when posting a billing document without the down payment interestingly enough.
    The error message is below.  Account 410000 is a revenue account, so is it looking for a type 11 cost element to be created?
    Any information appreciated.
    Create account 410000 for 02/11/2009 as a cost element in controlling area
    HEES
        Message no. KI280
    Diagnosis
        Account 410000 is a profit and loss account. You assigned it to an
        object in cost accounting (for example, a cost center, order, or
        project).
    System Response
        Account 410000 in the determined controlling area HEES must exist as a
        cost element on the posting date 02/11/2009.
    Procedure
        o   Create account 410000 as a cost element and then repeat your
            posting.

    Hi,
    Use T.Code FS00.  Choose the account to be created as cost element and click for display. Now click the edit cost element tab. Screen will open for the GL account to be created as a cost element. Enter from and to dates like 01.01.2008 to 31.03.9999 and click master data. Choose category 11 after giving the text of the cost element and save. If you want that this revenue to be posted to a cost center you can enter in the default account assignment tab.  Try to post the invoice again.  If you have further problem revert back.
    Regards,
    Sadashivan

  • Error (-200) when trying to open Itunes

    I've recently come across a problem with my Itunes, when I try to open it I get an unknown error (-200) message. While trying to figure out how to fix it I stumbled upon an article posted on the apple support page that shows how to fix this problem for windows, however I don't know how to translate that to OS X 10.4.8. I really need help with this one...I can only go so long with out my Itunes!!!

    Error -200 means: "Required sound hardware not available [no hardware support for the specified synthesizer]"
    The problem will almost certainly be solved by an Archive and Install.
    Before doing that, try if (re)-running the latest Mac OS X 10.4.8 Combo Update (PPC) solves the problem.
    On a 10.2.x system, running the latest combo-update fixed it, as you can read here, so maybe that will do the trick also on 10.4.8.
    Hope this helps.
    M
    17' iMac 800 MHz, 768 MB RAM, 200 GB HD, DL burner   Mac OS X (10.4.8)   iTunes 7.0.2

  • Error message when posting invoice : Day-end closing not defined

    Hi,
    In our training environment we migrated from FAGLFLEXT to FMGLFLEXT and activated fund management.
    Now when posting an invoice the system provides an error message: "FQ252 Day end closing not defined".
    There is no configuration related to F845 but we are prevented from posting the document due to this error message.
    Any idea of where this could come from and of what need to be done to prevent this from happening?
    Rgds
    Sophie

    Hi Sophie,
    Can you check if you have entries in either PSO43 or PSO43USER tables (can be accessed via F8O2 transaction)?
    Regards,
    Eli

  • Error 51 when posting IDOC to SD

    Hello All,
    We are changing our EDI translator which had a SAP extension automatically process the IDocs into SAP using ALE process.
    I'm testing the new procedure scheduling a job to run RSEINB00.
    The error I'm getting is (51 enter a numeric value) when posting an order in SD. 
    IDocs are created with the follow status.
    50 - IDoc added
    64 - IDoc ready to be transferred to application
    62 - Direct call started
    51 - enter a numeric value.
    On the partner profile is set-up as Message type ORDERS process code ORDE and processing by function module is set to trigger immediately.
    Is there something I'm missing? 
    I can get around this by reprocess the IDocs using BD87 ‘Process Inbound IDocs' the orders are created.
    This would be a manual process and something I do not want to do.
    Please Help
    Joan

    Hi Nandu,
    I'm not sure how to run BD87 in foreground mode. I did run BD87 using the debug mode.
    The error is No batch input data for screen && - SAPM55430121 - Message no. 00344 and the diagnosis were:
    The transaction sent a screen that was not expected in the batch input session and which therefore could not be supplied with data.  The transaction behaves differently in background processing in a batch work process than when running in dialog (SY-BATCH is queried and changes the screen sequence).
    I ran the same idoc using BD87 without the debug and it was posted.
    I do not want to use transaction BD87 when we go live. 
    Is there a config that I needs to set up?
    Is there something in the control record I'm missing?
    Joan

  • App Error 200 when updating Device software on a BB 9380

    My desktop software askedme to upgrade the device software, I followed all the instructions waited the 2 HOURS it took to do this and when it got to the bit where it reboots, my phone popped up the App Error 200 and then got stuck in a loop..
    The pc just kept rebooting the phone and the phone just kept giving the same error.
    Im about to unplug the whole lot and go home to try again. My phone now seems to be a brick?
    HELP!

    Hello ToniYoung
    Welcome to BlackBerry Support Forums
    Please try this Knowledge Base to resolve your issue with this Error :
    KB11320 : How to perform a clean reload of the BlackBerry Device software using BlackBerry desktop software for windows
    I hope you already have a backup of your device , Or if you device allow first do a backup .
    Additional Information can be found here :
    KB30100 :  "JVM 200" appears on the BlackBerry smartphone.
    Try it and let us know if you feel any issue.
    VIA | prince2012 
    http://supportforums.blackberry.com/t5/BlackBerry-Curve/error-app-200/m-p/2484385#M200531
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Unknown error (-200) when i start v7

    i can't open itunes v7 because of this "unknown error (-200)".
    and if i revert to v 6.0.5 i'm having lots of problems as well (that i didn't have before this GRMBL version 7)!
    what is this unknown error (-200) and what can i do? i've been looking all over the web and on the apple site, can't find anything about it... help me out please!
    thanks

    i can't open itunes v7 because of this "unknown error (-200)".
    that can be associated with a damaged QuickTime. (itunes needs a fully functional QuickTime in order to work.)
    so let's first try a careful standalone QT 7.1.3 reinstall.
    download and save a copy of the QT 7.1.3 standalone installer to your hard drive. (we'll run the install from there rather than online.) switch off antivirus and antispyware applications prior to the install.
    Quicktime 7.1.3 Installers … get the one that doesn’t mention itunes
    if that install goes through okay, does your itunes launch properly again?
    (if you get an error message on the QT standalone reinstall, let us know what it says. include error message numbers if you're getting any.)

  • Error occures when posting a Billing Document to alt Reconciliation Account

    Dear All,
    When i try to post a Invoice, for a alternative reconciliation account, an error occures saying,
    Reconciliation account 50300022 or short key 00 is not permitted
    Message no. F5788
    Diagnosis
    The system checked the entry to see whether a reconciliation account exists with the number 50300022 and whether it can be entered here, or whether the first two characters of your entry '00' form a permitted short key. Neither of these options is applicable to your entry.
    System response
    Error message
    Procedure
    Enter either a permitted G/L account number or a permitted short key.
    Please help me to sort the above.
    Thank U
    Yasanga

    Check in OBYR configuration.
    For reconciliation account xxxx you have given special GL recon account for example 22222
    Now you must see that the recon account xxxx has been assigned with a GL account 22222 or some other special GL recon. account as per your requirement.
    If you change recon. account in master record , you are required to run F.5D.
    Just my observation likes...
    Edited by: balashowry raju on Sep 9, 2010 8:51 AM

  • Error message when posting revaluation "deprecation not posted completely"

    Hi Gurus
    When I am trying to post revaluation to an asset, using AR29, I get an error message APERB027 "deprecation not posted completely".
    I have run AFAB for period 01/2010 and the entry in TABA is correct.
    Can any one help me solve this?
    Thanks
    Gil

    Hi
    I am trying to post revaluation for 31.01.2010 (asset was capilized on 01.01.2010)
    I have ran AFAR, and it didn't have any effect

  • JAVA ERROR MESSAGE WHEN POSTING CHANGES TO OC4J

    We are using Oracle9iAS v1.0.2.2.2a. From the Client we succed in
    posting and commiting changes to our BC4J on the Middletier. The next time we
    postchanges we get the following exeption on the OC4J AS:
    oracle.jbo.DMLException: JBO-26080: Error while selecting entity for Styles
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:841)
    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
    at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
    at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
    at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
    at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
    at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
    at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
    at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
    at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
    at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
    at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
    at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
    at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
    at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01002: fetch out of sequence
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:184)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:241)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1477)
    at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:779)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2336)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2462)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:435)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:375)
    at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
    at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
    at com.evermind.sql.FilterPreparedStatement.executeQuery(FilterPreparedStatement.java:269)
    at com.evermind.sql.OrclPreparedStatement.executeQuery(OrclPreparedStatement.java:47)
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:629)
    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
    at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
    at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
    at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
    at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
    at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
    at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
    at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
    at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
    at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
    at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
    at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
    at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
    at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    oracle.jbo.DMLException: JBO-26080: Error while selecting entity for Styles
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBilderImpl.java:841)
    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
    at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
    at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
    at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
    at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
    at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
    at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
    at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
    at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
    at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
    at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
    at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
    at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
    at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    We are in the Client part on the application trying to postchanges to OC4J
    aftet a succesfull commit when the exception is thrown.
    //Check if any data changed and postChanges if true
    if (styleCardModule.getTransaction().isDirty()) {
    System.out.println("styleCardModule.getTransaction().postChanges()");
    styleCardModule.getTransaction().postChanges();
    The module works ok if we instead of commiting changes do a rollback.
    Our BC4J are generated with JDeveloper 9i RC2.
    The application (BC4J) works fine when running on JDeveloper 9i RC2.
    Anyone got a solution to this problem?

    Yes. I believe that there is an internal plug-in installed / script programming active that does something which requires Java.
    You could look up the definition of the Structured Application which is used for those XML files to check if a "structure client" is defined.
    But it has nothing to do with FrameMaker as shipped by Adobe.
    - Michael

  • Friendly java error stack when posting reply

    When trying (twice) to post a reply I get this:
    Re: forum isqlplus
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.IllegalArgumentException
    java.lang.IllegalArgumentException: Parent key 2068967 not found when adding child 2068965.
         at com.jivesoftware.util.LongTree.addChild(LongTree.java:99)
         at com.jivesoftware.forum.database.DbTreeWalker.addChild(DbTreeWalker.java:233)
    ...

    (To see if I can reply to myself.)

  • BBM Error Date when Posting Picture to Group

    Hi,
    I'm facing a strange behavior on one of my Group, let say Group A.
    When I'm posting a picture to this group the date always set to 01 JAN 2080,
    but at the same time when I'm posting the picture to another group, the date is correct
    as today's date.
    Hope someone will help me to solve the above problem.
    Thanks.

    This is because someone in that group has changed the date in his/her blackberry to 01 JAN 2080 and send a picture in the group. When this happens, pictures sent after that will get dated as 01 JAN 2080. I know why this error happens but I don't know how to correct it.

  • Error-1 when posting po

    Hi all
    could  not commit transaction error-1 during commit transaction ..........  
    the above error was coming, when I posting goods receipt po what may be the problem....
    thanks
    komanduri

    Hi
    check the note 1345316
    Kind regards.
    Agustí

  • Error 500 when posting large form to windows azure from Android

    I have a HTML page with a form containing a large (>1400 character) hidden field value, that will not submit on Android browser to any site hosted on windows azure websites. I have tested this on 4.1 and 4.2 on different devices.
    I have checked the error logs from Azure and am receiving a 500 error.
    The page will submit from all modern desktop browsers, and iOS devices.
    Unfortunately I can not provide a link to the actual page, as it resides under our companies extranet, but if I point the target of this simple form to any Azure website (*.azurewebsites.net) from an android device, I get the 500 error.
        <form action="http://*****.azurewebsites.net/" method="post">
            <input type="hidden" name="imageData" value="/9j/4AAQSkZJRgABAQEAYABgAAD/4RuURXhpZgAATU0AKgAAAAgABQEyAAIAAAAUAAAASkdGAAMAAAABAAQAAEdJAAMAAAABAD8AAIKYAAIAAAAWAAAAXodpAAQAAAABAAAAdAAAANQyMDA5OjAzOjEyIDEzOjQ4OjM5AE1pY3Jvc29mdCBDb3Jwb3JhdGlvbgAABJADAAIAAAAUAAAAqpAEAAIAAAAUAAAAvpKRAAIAAAADMDIAAJKSAAIAAAADMDIAAAAAAAAyMDA4OjAyOjA3IDExOjMzOjExADIwMDg6MDI6MDcgMTE6MzM6MTEAAAAABgEDAAMAAAABAAYAAAEaAAUAAAABAAABIgEbAAUAAAABAAABKgEoAAMAAAABAAIAAAIBAAQAAAABAAABMgICAAQAAAABAAAaWgAAAAAAAABgAAAAAQAAAGAAAAAB/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAB4AKADASEAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDv9tJtr6C54obaTbRcQm2kK07gJtpNtO4hNtJtqrisJtpu2nckQrTdtNMTE20mynckbtpNtVcQ3bTdlO5DNvbRtrjudomKNtFxCbaTbTuITbTX2opZiAo6moqVoUoOpUdkt2OMJTkoxV2wVd8e9QcZ7qR"
    />
            <input type="submit" />
        </form>
    To further test this I created a brand new site on azure websites, leaving everything as default. No code or anything uploaded (so you get the "This web site has been successfully created" page). Posting the form to this site gives a 405 response
    (as expected), except for android that gives the 500.
    Is there a setting or something I am missing somewhere?
    Following up, I have identified this event in the error log if this helps:
    138. GENERAL_READ_ENTITY_END
    BytesReceived="0", ErrorCode="The I/O operation has been aborted because of either a thread exit or an application request.
     (0x800703e3)".

    Originally I thought it may have been a browser issue, so I installed the latest Chrome and Firefox browsers as well, which all respond the same.
    This is on 2 separate devices, both modern hardware running Android v4.1 and v4.2

  • Error message when posting a billing document.

    Dear Gurus,
    I want to release to accounting a billing document but the system shows following error message:
    *Reconciliation account 140030 or short key 00 is not permitted*
    Please can anybody help me with the error?
    Best regards,
    Juan

    HI,
    Have you done the Revenue Account Determination
    Goto Tcode: VKOA
    Goto - IMG - SD- BASIC FUNCTIONS - ACCOUNTASSIGNMENT/COSTING -
    1. REVENUE ACCOUNT DETERMINATION
    2. RECONCILIATION DETERMINATION
    Regards,

Maybe you are looking for

  • How do I force text in a label to be centered???

    How can I outline the text in a label? I can't find a setHorizontalAlginment method or something similar.

  • CONNECT failed with sql error '1017'

    Hello, nus650pa:dv8adm 23% more trans.log 4 ETW000 R3trans version 6.05 (release 46D - 12.07.06 - 16:40:00). 4 ETW000 =============================================== 4 ETW000 4 ETW000 control file: <no ctrlfile> 4 ETW000 R3trans was called as follows

  • How can i view my local content(swf) inside of Dream Weaver, when i keep getting this message?

    Running CS5.5 on Windows and Flash is updated. When i insert my run local content inside of dreamver I get this message.. Adobe Flash Player has stopped a potentially unsafe operation. I'm not sure what I should do at this point. Thanks in advance.

  • Error VTO-2014

    I am trying to launch the Backup tool using the Backup Management menu option in Enterprise manager and get this error. VTO-2014: Server object could not be instantiated. Please disconnect and try again. This started happening after I uninstalled and

  • Compatibility LabView 8.6 Vision 9

    Hi! I have LabView 8.6 and LabView 8.6, but a colleague has sent me a program using the module Vision 2009. Can I just upgrade Vision from 8.6 to 2009, still using LabView 8.6? Thanks! Solved! Go to Solution.