Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-31 Thread wahib haq
hello experts !!

I have been searching for help regarding usage of fbconnect api in
android app for a long time. I posted numerous posts on the group but
there wasnt any helpful reply. I tried with the code given in
fbconnect api in downloads section. After entering the facebook
application keys correctly all i get is a blank white screen as i try
to connect. this issue was widely posted in the issue section and i
got no solution to this.

then i found out that there is fbrocket api available to use facebook
api in more easier way. but the code is not available and no help as
well.

dear kevin, i have a little experience of using http get/post requests
so i will be very thankful if you can help me out to get started . I
intent to add login functionality in my app using facebook account in
first phase. I'll be truly thankful.

regards,
wahib

On 3/31/10, Kevin Duffey  wrote:
> Yah.. that wouldn't make any sense then. Looking at the api.. there is a
> REST-like api anyone can use. To me, looks like this might be a better
> avenue of integration than the iPhone ported SDK.
>
> http://wiki.developers.facebook.com/index.php/API#REST_Interface
>
> At least it works on all platforms, and is not some sort of SDK built up
> around it. I will probably go this route over adding extra libraries. I can
> then use specifically what I want and it's easy enough to formulate GET/POST
> http requests from Android.
>
>
> On Tue, Mar 30, 2010 at 4:45 PM, Justin Anderson
> wrote:
>
>> 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  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 >> > 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  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:
>
> android:theme="@android:style/
> Theme.Translucent.NoTitleBar"/>
> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
>android:theme="@android:style/
> Theme.Translucent.NoTitleBar"/>
> 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
> 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
 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
>>> G

Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-30 Thread Kevin Duffey
Yah.. that wouldn't make any sense then. Looking at the api.. there is a
REST-like api anyone can use. To me, looks like this might be a better
avenue of integration than the iPhone ported SDK.

http://wiki.developers.facebook.com/index.php/API#REST_Interface

At least it works on all platforms, and is not some sort of SDK built up
around it. I will probably go this route over adding extra libraries. I can
then use specifically what I want and it's easy enough to formulate GET/POST
http requests from Android.


On Tue, Mar 30, 2010 at 4:45 PM, Justin Anderson wrote:

> 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  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 > > 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  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:

 >>>android:theme="@android:style/
 Theme.Translucent.NoTitleBar"/>
>>> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
android:theme="@android:style/
 Theme.Translucent.NoTitleBar"/>
>>> 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
 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
>>> 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
>>
>
>  --
> 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
>

-- 
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/androi

Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-30 Thread Justin Anderson
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  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 
> 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  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:
>>>
>>> >>android:theme="@android:style/
>>> Theme.Translucent.NoTitleBar"/>
>>>>> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
>>>android:theme="@android:style/
>>> Theme.Translucent.NoTitleBar"/>
>>>>> 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
>>> 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
>> 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
>

-- 
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


Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-30 Thread Kevin Duffey
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 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  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:
>>
>> >android:theme="@android:style/
>> Theme.Translucent.NoTitleBar"/>
>>> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
>>android:theme="@android:style/
>> Theme.Translucent.NoTitleBar"/>
>>> 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
>> 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
> 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

To unsubscribe, reply using "remove me" as the subject.


Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-30 Thread Justin Anderson
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  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:
>
> android:theme="@android:style/
> Theme.Translucent.NoTitleBar"/>
> android:name="com.codecarpet.fbconnect.FBPermissionActivity"
>android:theme="@android:style/
> Theme.Translucent.NoTitleBar"/>
> 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
> 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
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using "remove me" as the subject.


[android-beginners] How can i integrate facebook connect api in any android application?

2010-03-30 Thread Maxood
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:





-- 
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

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.