Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

praneetloke
praneetloke
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by praneetloke
Customize the badges you want to showcase on your profile
Re: PHP external authentication - Adobe LiveCycle 07-01-2009
Hi Raff:Alright so that was the uncaught exception? the connectionfailed because my web server doesn't have ssl enabled. alright I'llhave to see how I can enable ssl on the hosting service.Also, for now the only way to chat is in a chat room right?My question is, can two users start a chat session instead ofchatting in a chat room? Thanks,Praneet

Views

219

Likes

0

Replies

0
Re: PHP external authentication - Adobe LiveCycle 07-01-2009
Hey guys:ok now I have the php scripts working on my localhost so Itransferred them to my web server and these are the errors I got..Warning: fopen(http://connectnow.acrobat.com/googleair?mode=xml&accountonly=true&)[function.fopen]: failed to open stream: Unable to find the sockettransport "ssl" - did you forget to enable it when you configuredPHP? in /home/a9897012/public_html/cocomo.php on line 441Fatal error: Uncaught exception 'CocomoError' with message'connection-failed' in /home/a9897012/p...

Views

223

Likes

0

Replies

0
Re: PHP external authentication - Adobe LiveCycle 06-01-2009
Alrighty! Raff thanks for pointing out two things. One, mystupidity of revealing my id and password in the php file (fixednow) and that my share key was different in php file. But you know what? I realized that I did generate new keysand then pasted the new keys in the php file. Somehow my cocomoaccount didn't update my profile with the new key. After youpointed out the mistake in the shared key, I immediately loggedinto cocomo.acrobat.com and found that somehow my key reverted backto an old key...

Views

218

Likes

0

Replies

0
PHP external authentication - Adobe LiveCycle 06-01-2009
Hi Nigel:haha that is not a stupid question but yes I have replacedthe roomURL in the connectsessioncontainer explicitly to the url ofmy room I had created in the developer console. Here's theauthToken Flex receives from my localhost:exx=eDpwcmFuZWV0bG9rZTo6Z29vZ2xlYWlyOnByYW5lZXRsb2tlOnRlc3Rpbmc6MTAwOmQ2NGVkMWI5YTZlNGMxY2JlMzViOWU4NjY0YzI4OTM1YWI5MDE2Zjg=I have not used any trace statements in the mxml file butwhen I launch the file, the creationcomplete event does fire up theinit() function an...

Views

218

Likes

0

Replies

0
PHP external authentication - Adobe LiveCycle 06-01-2009
Hi Nigel:Thank you very much for replying to my post. Ok, so this iswhat I understood from your post and what I am going to do:1.) send the username to the PHP script using HTTPService2.) my PHP script will contain the code attached to this post3.) in my MXML file this is what I have quote:private function init():void { //roomURL = Application.application.parameters["roomURL"]; //authToken =Application.application.parameters["authToken"]; //cSession.login(); cocomoService.send(); } private funct...

Views

223

Likes

0

Replies

0
PHP external authentication - Adobe LiveCycle 06-01-2009
Hi:Has anyone successfully implemented a php based externalauthentication using cocomo in an AIR application? I am having ahard time following the documentation provided with the cocomo SDK.This is what I have in place:An AIR application which lets users inside using a login andpassword which they registered for. The login/registration systemis a PHP5/MySQL5 backend. I saw the examples section for ExternalAuthentication and couldn't what the hills was going on there.I know this may sound very "n...

Views

2.1K

Likes

0

Replies

11