Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL: https://accounts.google.com/o/oauth2/auth?response%5Ftype=code&redirect%5Furi=urn%3Aietf%3Awg%3Aoauth%3A2%2E0%3Aoob&client%5Fid ..." errorID=2032]. URL: https://accounts.google.com/o/oauth2/auth.
相关问题
- garbage collection best practices
- How to load flex swf from flash?
- How to load flex swf from flash?
- FlashDevelop Haxe (Flash) debugger
- Converting Date with Time in PST into UTC format
相关文章
- Creating GoogleApiClient for multiple activities
- Google Plus Login Integration Error iOS
- Are there any benefits when using final in AS3?
- Unable to sign in to Google from the GooglePlusSam
- Trace on Chrome/Browser console
- as3 ByteArray to Hex (binary hex representation)
- Is building separate .swc allow a faster loading o
- Assigning an array of objects to a DataGrid
It's your lucky day, because I know how to do it :-)
The doc is Using OAuth 2.0 for Installed Applications and you get the access token from the web page title.
Below is my View and a screenshot of my app and the Google+ API console: