0

I have currently coded a registration page with facebook on one of my netsuite sites. The thing that I am having an issue with is, I do not know how to take the data from the registration page and have it be read onto another script and then sent over to the netsuite registration page.

Netsuite has not integrated facebook with their site yet, and we're limited to what we can do on there, which makes this problem a little scarce.

This is the third step to my problem and I should be solved. The issue is I need to know how I am to take the data from the JSON and have it sent to the netsuite registration script properly.

Netsuite is limited to JavaScript/ASP code I believe, so something done around JavaScript would be the most logical workaround.

Thanks

4

2 に答える 2

0

NetSuite はインバウンド シングル サインオンをサポートしています。アカウントでオンにする必要があり、セットアップが必要です。

于 2013-07-07T22:31:29.030 に答える
0

Netsuite はサーバー側で Javascript を使用します。あらゆる種類のサードパーティ サービスを Netsuite に統合するために使用できる広範な API があります。

nlapiRequestURL( http://suitecoder.appspot.com/static/api.html ) を使用して、Facebook からデータを送受信できます。

また、ネットスイート登録とは何を意味するのかを明確にしてください。より適切な回答が得られるように。

于 2013-07-04T13:40:23.740 に答える