You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2018. It is now read-only.
UIWebView(rdWebView) which displays the option to allow my app to access user account using linkedIn is not loading. I get a blank page but do see Cancel button on top left with LinkedIn Authorization title. I have correct kOAuthConsumerKey and kOAuthConsumerSecret. After digging further in to the code I found out that rdEngine.hasRequestToken does not return true and webview is never displayed
(void)displayAuthorization
if( rdEngine.hasRequestToken ) {
I am using Xcode Version 4.2 and ios sdk 5.0.Am I missing any step? It use to work before when I had sdk 4.3. I am not sure if its related to that. Any help is greatly appreciated.
Bhavin
The text was updated successfully, but these errors were encountered:
UIWebView(rdWebView) which displays the option to allow my app to access user account using linkedIn is not loading. I get a blank page but do see Cancel button on top left with LinkedIn Authorization title. I have correct kOAuthConsumerKey and kOAuthConsumerSecret. After digging further in to the code I found out that rdEngine.hasRequestToken does not return true and webview is never displayed
(void)displayAuthorization
if( rdEngine.hasRequestToken ) {
I am using Xcode Version 4.2 and ios sdk 5.0.Am I missing any step? It use to work before when I had sdk 4.3. I am not sure if its related to that. Any help is greatly appreciated.
Bhavin
The text was updated successfully, but these errors were encountered: