http://developers.facebook.com/docs/authentication/#app-login
it kinda explain (facebook documentation is really poor)
basically the flow is:
-register your app
-get the code they give to you
-use this code in the authenticate(i think is authenticate, anyway the
method to connect to fb) method

then facebook will know its your app thats trying to get info, and as its
registered
will let you connect

On Sun, May 8, 2011 at 11:26 PM, lucas falcao <[email protected]>wrote:

> recently i used facebook oficial api in an app
> it seems like that your app is not registered in facebook
> if you look in the start guide of the facebook oficial api you'll
> see that your app must be registered to gain access to facebook graph
> this is done registering a key that facebook generates for you
> i dont know how to explain, its weird :/
> wait a bit, ill look their's docs
>
>
>
> On Sun, May 8, 2011 at 11:16 PM, bob <[email protected]> wrote:
>
>> I'm trying to understand that page, but what does this mean?
>>
>> This tool generates a string that must be registered in the Mobile &
>> Devices section of the Developer App for your app:
>>
>> Where is this Mobile & Devices section?  Do I have to log into
>> facebook somehow and tell them about my Android app?
>>
>>
>>
>> On Apr 17, 6:27 am, DanH <[email protected]> wrote:
>> > There's no real need for Android support for Facebook, since the
>> > interface is so simple:
>> http://developers.facebook.com/docs/guides/mobile/#android
>> >
>> > On Apr 16, 5:16 pm, Kristopher Micinski <[email protected]>
>> > wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > No. You can try to look for a facebook library, but there's no built
>> in
>> > > Android support for it.
>> >
>> > > Type in "facebook android" in google:
>> https://developers.facebook.com/blog/post/385/
>> >
>> > > Kris
>> >
>> > > On Sat, Apr 16, 2011 at 6:05 PM, bob <[email protected]> wrote:
>> > > > Does Android support any kind of facebook integration such as
>> posting
>> > > > to someone's wall?
>> >
>> > > > Thanks.
>> >
>> > > > --
>> > > > You received this message because you are subscribed to the Google
>> > > > Groups "Android Developers" group.
>> > > > To post to this group, send email to
>> [email protected]
>> > > > To unsubscribe from this group, send email to
>> > > > [email protected]
>> > > > For more options, visit this group at
>> > > >http://groups.google.com/group/android-developers?hl=en
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to