Not all android devices ship with a built-in facebook app.  Whoever the
actual developer is of the app would have to expose login information like
that via intents and intent filters...

But that would be counterproductive for the developer of your facebook app
because he/she wants you to use that specific app.  Now, I don't know for
sure that it is not possible but I would be willing to bet that it isn't.


----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Tue, Mar 30, 2010 at 5:29 PM, Kevin Duffey <andjar...@gmail.com> wrote:

> So I have a question about this. There is a built in facebook app on my
> droid. Maybe it's not on all android devices.. but basically I can't remove
> it (that I know of) and I sign in to it. Can't an app access the built-in
> facebook to sign in and not have to display some facebook sign in page
> directly to utilize facebook? Is there no way to make use of the facebook
> app that comes with Android?
>
>
> On Tue, Mar 30, 2010 at 3:07 PM, Justin Anderson 
> <janderson....@gmail.com>wrote:
>
>> Well, what errors are you getting in your manifest file?
>>
>> ----------------------------------------------------------------------
>> There are only 10 types of people in the world...
>> Those who know binary and those who don't.
>> ----------------------------------------------------------------------
>>
>>
>>
>> On Tue, Mar 30, 2010 at 4:09 AM, Maxood <maqs...@salsoft.net> wrote:
>>
>>> What's the procedure to run Facebook Connect application in android?
>>> Here is the link:http://code.google.com/p/fbconnect-android/
>>>
>>> Please explain step by step. I'm having errors in my manifest file:
>>>
>>> <activity android:name="com.codecarpet.fbconnect.FBLoginActivity"
>>>            android:theme="@android:style/
>>> Theme.Translucent.NoTitleBar"/>
>>>        <activity
>>> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
>>>            android:theme="@android:style/
>>> Theme.Translucent.NoTitleBar"/>
>>>        <activity
>>> android:name="com.codecarpet.fbconnect.FBFeedActivity"
>>>            android:theme="@android:style/
>>> Theme.Translucent.NoTitleBar"/>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Beginners" group.
>>>
>>> NEW! Try asking and tagging your question on Stack Overflow at
>>> http://stackoverflow.com/questions/tagged/android
>>>
>>> To unsubscribe from this group, send email to
>>> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-beginners?hl=en
>>>
>>> To unsubscribe from this group, send email to android-beginners+
>>> unsubscribegooglegroups.com or reply to this email with the words
>>> "REMOVE ME" as the subject.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>>
>> NEW! Try asking and tagging your question on Stack Overflow at
>> http://stackoverflow.com/questions/tagged/android
>>
>> To unsubscribe from this group, send email to
>> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to