Facebook GraphAPI not returning birthday and hometown -
i using facebookgraph api reading of user data. earlier graphapi providing birthday , hometown of user of sudden has stopped now. here code please check. asking permissions user
fbsdkgraphrequest(graphpath: "me", parameters: ["fields": "id, name, first_name, last_name, picture.type(large), email, gender, hometown, public_profile"]).start(completionhandler: { (connection, result, error) -> void in if (error == nil){ self.dict = result as! [string : anyobject] print(result!)
}
Comments
Post a Comment