Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 在不使用webview的情况下使用用户名和密码验证mgtwitterengine_Objective C_Mgtwitterengine - Fatal编程技术网

Objective c 在不使用webview的情况下使用用户名和密码验证mgtwitterengine

Objective c 在不使用webview的情况下使用用户名和密码验证mgtwitterengine,objective-c,mgtwitterengine,Objective C,Mgtwitterengine,我正在使用Ben Gottlieb实现MGTwitterEngine和OAuth(https://github.com/bengottlieb/Twitter-OAuth-iPhone). 当我使用他的实现时,我得到一个带有twitter登录屏幕的webview,我必须登录并授予应用程序。 是否可以自己进行身份验证?因此,不要使用webview,而是使用代码,在表单中键入用户名和密码。这可以通过使用Twitter的xAuth身份验证机制来实现。然而,这并不像您需要请求Twitter许可才能使用x

我正在使用Ben Gottlieb实现MGTwitterEngine和OAuth(https://github.com/bengottlieb/Twitter-OAuth-iPhone). 当我使用他的实现时,我得到一个带有twitter登录屏幕的webview,我必须登录并授予应用程序。
是否可以自己进行身份验证?因此,不要使用webview,而是使用代码,在表单中键入用户名和密码。

这可以通过使用Twitter的xAuth身份验证机制来实现。然而,这并不像您需要请求Twitter许可才能使用xAuth那么简单