Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm not Iranian but I live in iran, facebook has been filtered here. I have created a facebook app with facebook android sdk. I'm not enable to logging in facebook via my app because of this filtered facebook. how can i login filtered facebook via my facebook app? please help me and sorry for my bad english.
Posted

1 solution

If facebook is being blocked then you cannot login via facebook. Logging in via facebook requires a connection to the facebook servers through their API.

It sounds like you'll have to use a db to validate your users.
 
Share this answer
 
Comments
Verya Heydari 31-Jul-13 14:53pm    
NO, I'm not using any db to validation, I just intend to logging in facebook via my facebook app. Addition to facebook is not block, it's being filtered, this means I can login facebook using proxy or VPN but I could not login using facebook-Android-SDK and my query is this: How do I can login filtered facebook using facebook-Android-SDK and Android emulator. thanks for helps and sorry for my bad english.
ZurdoDev 31-Jul-13 15:02pm    
I guess I don't know what you mean by filtered then. Can you connect or not?
Verya Heydari 31-Jul-13 15:24pm    
yeah, I can connect, but can't login without using filter breaker(proxy or vpn etc)
ZurdoDev 31-Jul-13 15:43pm    
So then you'll need to see if the Android SDK allows you to connect the VPN through code, otherwise the user will have to do that manually first.
Verya Heydari 31-Jul-13 15:58pm    
I nearly don't need to using android sdk and use facebook sdk, I very googled it (to connect the VPN/proxy through) but don't found anything.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900