Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Facebook Android SDK Invalid_key -


possible duplicate:
login failed invalid key error facebook sdk

i using sample app here ibm.com/developerworks/library/x-androidfacebookapi/ test facebook android sdk, have given app id in sample app. have done setups , prerequisites. have signed app keystore , generated hash key submitted hash key facebook app settings page, installed facebook app on device. after doing app gives facebook error invalid_key. pls me in regards, thank you.

invalid key number of reasons -

  1. make sure have keytool , openssl installed.
  2. make sure giving correct keystore file in command.
  3. make sure giving correct alias.
  4. make sure copied generated hash key correctly facebook application correctly.

when got invalid key initially, because giving wrong alias. strange thing is, keytool , openssl won't mention alias wrong. if give command generate hash key, , doen't ask password, you're doing wrong.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -